Commit 586015c2 authored by topjohnwu's avatar topjohnwu
parent 4a7e067d
...@@ -12,6 +12,7 @@ android { ...@@ -12,6 +12,7 @@ android {
versionName "3.1" versionName "3.1"
jackOptions { jackOptions {
enabled true enabled true
jackInProcess true
} }
ndk { ndk {
moduleName 'zipadjust' moduleName 'zipadjust'
...@@ -19,10 +20,6 @@ android { ...@@ -19,10 +20,6 @@ android {
} }
} }
compileOptions {
incremental true
}
buildTypes { buildTypes {
release { release {
minifyEnabled true minifyEnabled true
......
...@@ -6,7 +6,7 @@ buildscript { ...@@ -6,7 +6,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { 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 // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files
......
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ 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-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