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 9b2978e commit a84a526Copy full SHA for a84a526
tutorials/java/Polygons/app/build.gradle
@@ -34,7 +34,7 @@ android {
34
35
dependencies {
36
implementation fileTree(dir: 'libs', include: ['*.jar'])
37
- implementation 'androidx.appcompat:appcompat:1.1.0'
+ implementation 'androidx.appcompat:appcompat:1.2.0'
38
implementation 'com.google.android.gms:play-services-maps:17.0.0'
39
testImplementation 'junit:junit:4.13'
40
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
0 commit comments