Update ForPDA to 3.2.9 (568)

This commit is contained in:
Boris Kraut 2016-05-05 12:55:52 +02:00
parent 3f81f2e06e
commit e118f3f775

View file

@ -135,6 +135,14 @@ Build:3.2.2,561
gradle=rel
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:
Version information on tags, commit messages and source code are heavely out
of sync and cluttered all over the build files.