Studio tools update

This commit is contained in:
shagr4th 2018-05-12 17:57:01 +02:00
parent e95ba98546
commit 943a608488
3 changed files with 6 additions and 12 deletions

View file

@ -21,15 +21,7 @@ android {
} }
} }
splits {
abi {
enable true
reset()
include 'armeabi', 'mips', 'x86'
}
}
} }
dependencies { dependencies {
compile 'com.getkeepsafe.relinker:relinker:1.2.3' implementation 'com.getkeepsafe.relinker:relinker:1.2.3'
} }

View file

@ -3,14 +3,16 @@ buildscript {
repositories { repositories {
jcenter() jcenter()
maven { url "https://jitpack.io" } maven { url "https://jitpack.io" }
google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.0.1' classpath 'com.android.tools.build:gradle:3.1.2'
} }
} }
allprojects { allprojects {
repositories { repositories {
jcenter() jcenter()
google()
} }
} }

View file

@ -1,6 +1,6 @@
#Thu Oct 26 23:13:36 CEST 2017 #Tue Mar 27 19:47:35 CEST 2018
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip