Skip to content

Commit 973ea51

Browse files
committed
fix: duplicated libraries
1 parent 03504cd commit 973ea51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ android {
2828
}
2929

3030
dependencies {
31-
implementation fileTree(dir: 'libs', include: ['*.jar'])
3231
implementation 'androidx.appcompat:appcompat:1.6.1'
3332
implementation 'com.google.android.gms:play-services-maps:18.2.0'
3433
implementation 'com.google.android.libraries.places:places:3.4.0'
3534
implementation 'com.android.volley:volley:1.2.1'
35+
implementation platform("org.jetbrains.kotlin:kotlin-bom:1.8.22")
3636
testImplementation'junit:junit:4.13.2'
3737
}
3838

0 commit comments

Comments
 (0)