Skip to content

Commit

Permalink
Bump dependency version on the SDK (#146)
Browse files Browse the repository at this point in the history
Also, get rid of options not available in latest versions of Java
  • Loading branch information
rlazo authored May 13, 2024
1 parent 0dc70bf commit 440e6b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion generativeai-android-sample/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ dependencies {
debugImplementation("androidx.compose.ui:ui-tooling")
debugImplementation("androidx.compose.ui:ui-test-manifest")

implementation("com.google.ai.client.generativeai:generativeai:0.3.0")
implementation("com.google.ai.client.generativeai:generativeai:0.6.0")
}
4 changes: 1 addition & 3 deletions generativeai-android-sample/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html
#
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx1024m -XX:MaxPermSize=256m
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx2048m
#
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
Expand Down

0 comments on commit 440e6b1

Please sign in to comment.