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 03504cd commit 973ea51Copy full SHA for 973ea51
tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle
@@ -28,11 +28,11 @@ android {
28
}
29
30
dependencies {
31
- implementation fileTree(dir: 'libs', include: ['*.jar'])
32
implementation 'androidx.appcompat:appcompat:1.6.1'
33
implementation 'com.google.android.gms:play-services-maps:18.2.0'
34
implementation 'com.google.android.libraries.places:places:3.4.0'
35
implementation 'com.android.volley:volley:1.2.1'
+ implementation platform("org.jetbrains.kotlin:kotlin-bom:1.8.22")
36
testImplementation'junit:junit:4.13.2'
37
38
0 commit comments