Update AcDisplay to 3.8 (72)
This commit is contained in:
parent
bc7e5a9b46
commit
2c6c1475e0
|
@ -135,6 +135,12 @@ Build:3.7.1,71
|
|||
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.8,72
|
||||
commit=3.8
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue