Commit 586015c2 authored by topjohnwu's avatar topjohnwu
parent 4a7e067d
......@@ -12,6 +12,7 @@ android {
versionName "3.1"
jackOptions {
enabled true
jackInProcess true
}
ndk {
moduleName 'zipadjust'
......@@ -19,10 +20,6 @@ android {
}
}
compileOptions {
incremental true
}
buildTypes {
release {
minifyEnabled true
......
......@@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.tools.build:gradle:2.3.0-beta3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
......
......@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment