Skip to content

Commit

Permalink
Bump dependency to 0.1.1 in sample app (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlazo authored Dec 13, 2023
1 parent 35fa2cd commit 3c96ee6
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.1.0")
implementation("com.google.ai.client.generativeai:generativeai:0.1.1")
}

0 comments on commit 3c96ee6

Please sign in to comment.