Update ForPDA to 3.2.9 (568)
This commit is contained in:
parent
3f81f2e06e
commit
e118f3f775
|
@ -135,6 +135,14 @@ Build:3.2.2,561
|
||||||
gradle=rel
|
gradle=rel
|
||||||
prebuild=sed -i -e '/buildTypes {/i/*' -e '/productFlavors/i*/' -e '/defaultSigningVariable/d' build.gradle
|
prebuild=sed -i -e '/buildTypes {/i/*' -e '/productFlavors/i*/' -e '/defaultSigningVariable/d' build.gradle
|
||||||
|
|
||||||
|
Build:3.2.9,568
|
||||||
|
commit=da0803cc70722221d10fc3a1d195ebe6d7986a93
|
||||||
|
subdir=app
|
||||||
|
gradle=rel
|
||||||
|
prebuild=sed -i -e '/buildTypes {/i/*' -e '/productFlavors/i*/' -e '/defaultSigningVariable/d' build.gradle && \
|
||||||
|
mv src/main/res/lang/strings.xml src/main/res/values/strings.xml && \
|
||||||
|
echo "android { lintOptions { abortOnError false } }" >> build.gradle
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Version information on tags, commit messages and source code are heavely out
|
Version information on tags, commit messages and source code are heavely out
|
||||||
of sync and cluttered all over the build files.
|
of sync and cluttered all over the build files.
|
||||||
|
|
Loading…
Reference in a new issue