Update AcDisplay to 3.2.3 (54)
This commit is contained in:
parent
38ccb18493
commit
255b73a87b
|
@ -68,6 +68,13 @@ Build:3.2.2,53
|
|||
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.2.3,54
|
||||
commit=3.2.3
|
||||
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
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue