use gradle android plugin v2.2.2
Starting with v2.2.2, it zeroes out timestamps in the APK's ZIP header https://android-developers.googleblog.com/2016/11/understanding-apk-packaging-in-android-studio-2-2.html This version is also the version that is included in Debian/stretch.
This commit is contained in:
parent
e02c0cb555
commit
1f8330fd06
@ -3,7 +3,8 @@ buildscript {
|
|||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:2.2.0'
|
// 2.2.2 is the version that is included in Debian/stretch
|
||||||
|
classpath 'com.android.tools.build:gradle:2.2.2'
|
||||||
classpath files('libs/gradle-witness.jar')
|
classpath files('libs/gradle-witness.jar')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,8 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:0.10.+'
|
// 2.2.2 is the version that is included in Debian/stretch
|
||||||
|
classpath 'com.android.tools.build:gradle:2.2.2'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user