We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7bd85 commit a06ba89Copy full SHA for a06ba89
tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle
@@ -32,7 +32,7 @@ dependencies {
32
implementation 'com.google.android.gms:play-services-maps:18.2.0'
33
implementation 'com.google.android.libraries.places:places:3.4.0'
34
implementation 'com.android.volley:volley:1.2.1'
35
- implementation platform("org.jetbrains.kotlin:kotlin-bom:1.9.23")
+ implementation platform("org.jetbrains.kotlin:kotlin-bom:1.9.24")
36
testImplementation'junit:junit:4.13.2'
37
}
38
0 commit comments