Skip to content

Commit 168d04e

Browse files
committed
update android studio to 3.6
1 parent f67c26e commit 168d04e

File tree

7 files changed

+4
-5
lines changed

7 files changed

+4
-5
lines changed

TelemetryCore/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ android {
2020
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
2121
}
2222
}
23-
2423
buildTypes {
2524
release {
2625
minifyEnabled false
@@ -36,7 +35,7 @@ android {
3635

3736
dependencies {
3837
implementation fileTree(dir: 'libs', include: ['*.jar'])
39-
implementation('com.google.android.gms:play-services-location:16.0.0')
38+
implementation('com.google.android.gms:play-services-location:17.0.0')
4039
implementation "androidx.appcompat:appcompat:$rootProject.appcompatVersion"
4140
implementation "androidx.preference:preference:$rootProject.androidxpreferenceVersion"
4241

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
}
1313
}
1414
dependencies {
15-
classpath 'com.android.tools.build:gradle:3.5.3'
15+
classpath 'com.android.tools.build:gradle:3.6.0'
1616
classpath 'com.google.gms:google-services:4.3.3'
1717
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1818
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Sep 03 18:58:06 CEST 2019
1+
#Tue Feb 25 10:55:02 CET 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

0 commit comments

Comments
 (0)