Skip to content

Commit

Permalink
update android studio to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Feb 25, 2020
1 parent f67c26e commit 168d04e
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions TelemetryCore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ android {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
}

buildTypes {
release {
minifyEnabled false
Expand All @@ -36,7 +35,7 @@ android {

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

Expand Down
Binary file modified TelemetryCore/jniLibs/arm64-v8a/libTelemetryReceiver.so
Binary file not shown.
Binary file modified TelemetryCore/jniLibs/armeabi-v7a/libTelemetryReceiver.so
Binary file not shown.
Binary file modified TelemetryCore/jniLibs/x86/libTelemetryReceiver.so
Binary file not shown.
Binary file modified TelemetryCore/jniLibs/x86_64/libTelemetryReceiver.so
Binary file not shown.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.android.tools.build:gradle:3.6.0'
classpath 'com.google.gms:google-services:4.3.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Sep 03 18:58:06 CEST 2019
#Tue Feb 25 10:55:02 CET 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

0 comments on commit 168d04e

Please sign in to comment.