From 2d0502f7ac2522d4a192b3322c85cf9ae6d9b5a2 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Thu, 20 Oct 2016 10:56:36 +0200 Subject: [PATCH] Update Vespucci to 0.9.8.1.1205-fdroid (87) --- metadata/de.blau.android.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/metadata/de.blau.android.txt b/metadata/de.blau.android.txt index b15bc3784c..ea16bdc9e3 100644 --- a/metadata/de.blau.android.txt +++ b/metadata/de.blau.android.txt @@ -216,16 +216,19 @@ Build:0.9.7.1.1159-fdroid,83 sed -i -e 's/Vespucci/Vespucci (F-Droid)/g' res/values/appname.xml && \ echo -e "android { lintOptions { disable 'ExtraTranslation' } }" >> build.gradle +Build:0.9.8.1.1205-fdroid,87 + commit=0.9.8r1205 + gradle=yes + prebuild=sed -i -e 's/Vespucci/Vespucci (F-Droid)/g' -e 's/1205/1205-fdroid/g' res/values/appname.xml && \ + sed -i -e '/bintray/d' -e '/markdown/d' build.gradle + Maintainer Notes: * Remove versionCode and versionName from build.gradle due to mismatch (using higher VC in AndroidManifest.xml): https://github.com/MarcusWolschon/osmeditor4android/issues/286 * Cannot replace JAR file with com.drewnoakes:metadata-extractor:2.8.1: https://github.com/MarcusWolschon/osmeditor4android/issues/285 -* Cannot replace newer ACRA jar, should be fixed in 0.9.8++. * Upstream requires -fdroid specific appname - -Only build 0.9.7-MAINT for now! . Auto Update Mode:None