Skip to content

Commit

Permalink
Bump sample app for 0.9.0 (#191)
Browse files Browse the repository at this point in the history
Per [b/350811149](https://b.corp.google.com/issues/350811149),

This bumps the sample app version to `0.9.0` to align with the most
recent release.
  • Loading branch information
daymxn authored Jul 3, 2024
1 parent 13b4d44 commit f0559c8
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.7.0")
implementation("com.google.ai.client.generativeai:generativeai:0.9.0")
}

0 comments on commit f0559c8

Please sign in to comment.