Update Vespucci to 0.9.7.1.1159-fdroid (83)
This commit is contained in:
parent
418c688601
commit
842bd56f23
|
@ -206,6 +206,16 @@ Build:0.9.7.1.1155-fdroid,80
|
||||||
sed -i -e 's/Vespucci/Vespucci (F-Droid)/g' res/values/appname.xml && \
|
sed -i -e 's/Vespucci/Vespucci (F-Droid)/g' res/values/appname.xml && \
|
||||||
echo -e "android { lintOptions { disable 'ExtraTranslation' } }" >> build.gradle
|
echo -e "android { lintOptions { disable 'ExtraTranslation' } }" >> build.gradle
|
||||||
|
|
||||||
|
Build:0.9.7.1.1159-fdroid,83
|
||||||
|
commit=aa0ab34e5e227ab80180ec625da6647ae8df58ff
|
||||||
|
gradle=yes
|
||||||
|
forceversion=yes
|
||||||
|
rm=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 "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:
|
Maintainer Notes:
|
||||||
* Remove versionCode and versionName from build.gradle due to mismatch (using
|
* Remove versionCode and versionName from build.gradle due to mismatch (using
|
||||||
higher VC in AndroidManifest.xml):
|
higher VC in AndroidManifest.xml):
|
||||||
|
|
Loading…
Reference in a new issue