Update AcDisplay to 3.6.1 (68)

This commit is contained in:
Boris Kraut 2015-05-09 10:16:20 +02:00
parent 3cd0338ebb
commit 681f947a43

View file

@ -117,10 +117,16 @@ Build:3.6,67
gradle=releaseFlavor
prebuild=sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
Build:3.6.1,68
commit=3.6.1
subdir=project/app
gradle=releaseFlavor
prebuild=sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
Maintainer Notes:
* Our gradle pre-processing is causing harm to some conditional statements.
* Looks like "AUM: Version %v" can be set when gradle is fixed.
* Uses jar for XposedBridge. Enabling one build since we already shipped it once...
* Uses jar for XposedBridge. Enabling build since we already shipped it once...
.
Auto Update Mode:None