Update AcDisplay to 3.1 (49)
This commit is contained in:
parent
4c3623bd5b
commit
bc7678ad59
|
@ -47,6 +47,13 @@ Build:3.0.16,48
|
||||||
rm=project/app/src/main/libs/square-seismic*.jar
|
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
|
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.1,49
|
||||||
|
commit=3.1
|
||||||
|
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:
|
Maintainer Notes:
|
||||||
* Our gradle pre-processing is causing harm to some conditional statements.
|
* Our gradle pre-processing is causing harm to some conditional statements.
|
||||||
* Looks like "AUM: Version %v" can be set when gradle is fixed.
|
* Looks like "AUM: Version %v" can be set when gradle is fixed.
|
||||||
|
|
Loading…
Reference in a new issue