Update AcDisplay to 3.0.16 (48)

This commit is contained in:
Boris Kraut 2015-02-26 23:37:18 +01:00
parent 436bd41b9d
commit 72e81e48f0

View file

@ -22,6 +22,8 @@ Features:
* Inactive hours (to save some battery.)
* Enable only while charging.
* Lots of other features such as: Blacklist, Dynamic background, Low-priority notifications and much more.
This app uses a precompiled library: XposedBridge.
.
Repo Type:git
@ -38,10 +40,21 @@ Build:2.4.5,29
subdir=project/AcDisplay
gradle=localized
Maintainer Notes:
Our gradle pre-processing is causing harm to some conditional statements.
Build:3.0.16,48
commit=3.0.16
subdir=project/app
gradle=releaseFlavor
rm=project/app/src/main/libs/square-seismic*.jar
prebuild=sed -i -e '/askForPasswords/,$d' \
-e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' \
-e '/buildTypes/i*/' \
-e '/appcompat-v7/icompile "com.squareup:seismic:1.0.1"' \
build.gradle
Looks like "AUM: Version %v" can be set when gradle is fixed.
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...
.
Auto Update Mode:None