Skip to content

Commit

Permalink
update sample app to use v0.3.0 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
thatfiredev authored Apr 11, 2024
1 parent 56cf778 commit 287e9bb
Showing 1 changed file with 1 addition and 1 deletion.
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.2.2")
implementation("com.google.ai.client.generativeai:generativeai:0.3.0")
}

0 comments on commit 287e9bb

Please sign in to comment.