Update Vespucci to 0.9.7.1.1151-fdroid (77)
This commit is contained in:
parent
4835eb8457
commit
ec03eac9cc
|
@ -174,6 +174,16 @@ Build:0.9.7.1.1147-fdroid,76
|
|||
sed -i -e 's/Vespucci/Vespucci (F-Droid)/g' res/values/appname.xml && \
|
||||
echo -e "android { lintOptions { disable 'ExtraTranslation' } }" >> build.gradle
|
||||
|
||||
Build:0.9.7.1.1151-fdroid,77
|
||||
commit=acfe44f46c8983dd7bb92c792713ba73527ce027
|
||||
gradle=yes
|
||||
forceversion=yes
|
||||
rm=libs/acra*.jar,libs/xmpcore*.jar,libs/signpost*.jar
|
||||
prebuild=sed -i -e 's/minSdkVersion=\"7\"/minSdkVersion="8"/g' AndroidManifest.xml && \
|
||||
sed -i -e '/minSdkVersion/s/7/8/g' -e '/support-v4/acompile "ch.acra:acra:4.8.2"\ncompile "com.adobe.xmp:xmpcore:5.1.2"\ncompile "oauth.signpost:signpost-core:1.2.1.2"\ncompile "oauth.signpost:signpost-commonshttp4:1.2.1.2"' -e '/versionCode/d' -e '/versionName/d' build.gradle && \
|
||||
sed -i -e 's/Vespucci/Vespucci (F-Droid)/g' res/values/appname.xml && \
|
||||
echo -e "android { lintOptions { disable 'ExtraTranslation' } }" >> build.gradle
|
||||
|
||||
Maintainer Notes:
|
||||
* Remove versionCode and versionName from build.gradle due to mismatch (using
|
||||
higher VC in AndroidManifest.xml):
|
||||
|
|
Loading…
Reference in a new issue