Update AcDisplay to 3.3.2 (57)

This commit is contained in:
Boris Kraut 2015-04-16 19:10:50 +02:00
parent fd4f77b090
commit 2e5c8084c0

View file

@ -75,6 +75,12 @@ Build:3.2.3,54
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
Build:3.3.2,57
commit=3.3.2
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.