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 3d5015a commit 29ca74bCopy full SHA for 29ca74b
tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle
@@ -40,7 +40,7 @@ dependencies {
40
androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.2', {
41
exclude group: 'com.android.support', module: 'support-annotations'
42
})
43
- implementation 'androidx.appcompat:appcompat:1.1.0'
+ implementation 'androidx.appcompat:appcompat:1.2.0'
44
implementation 'com.google.android.gms:play-services-maps:17.0.0'
45
implementation 'com.google.android.libraries.places:places:2.3.0'
46
testImplementation'junit:junit:4.12'
0 commit comments