Maps: enable 8.2.3-1-Google (1035)

Also remove PushWoosh and replace "MAPS.ME" with "Maps" in the strings.
Closes fdroid/fdroiddata#1224.
This commit is contained in:
relan 2018-06-10 08:06:59 +03:00
parent d856754f3b
commit f85a71fd7a

View file

@ -47,7 +47,6 @@ Build:8.1.0-4-Google,1032
ndk=r16b
Build:8.2.3-1-Google,1035
disable=rebuild pending
commit=omim-8.2.3-1
timeout=10800
subdir=android
@ -55,10 +54,13 @@ Build:8.2.3-1-Google,1035
gradle=google
rm=3party/Alohalytics/examples,iphone,tools/shaders_compiler
prebuild=sed -i -E -e '/\/\/ .* keys?$/,/^$/d' build.gradle && \
sed -i -e '/com.appsflyer/d' build.gradle && \
sed -i -e '/com.appsflyer/d' -e '/com.pushwoosh/d' build.gradle && \
sed -i -e '/com.pushwoosh/d' -e '/pushManager/d' src/com/mapswithme/maps/MwmApplication.java && \
sed -i -e '/com.pushwoosh/d' -e 's/ implements SendPushTagsCallBack//' -e '/PushManager/d' -e '/^ @Override/d' src/com/mapswithme/util/statistics/PushwooshHelper.java && \
sed -i -e '/^ <meta-data/,/^$/d' AndroidManifest.xml && \
sed -i -e 's/!BuildConfig.FABRIC_API_KEY.startsWith("0000")/false/' src/com/mapswithme/maps/MwmApplication.java && \
sed -i -e 's/BuildConfig.PW_APPID.equals(PW_EMPTY_APP_ID)/true/' src/com/mapswithme/maps/MwmApplication.java
sed -i -e 's/BuildConfig.PW_APPID.equals(PW_EMPTY_APP_ID)/true/' src/com/mapswithme/maps/MwmApplication.java && \
sed -i -e 's/MAPS.ME/Maps/' res/values*/strings.xml
scanignore=data/*.bin
scandelete=3party
ndk=r16b