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:
parent
d856754f3b
commit
f85a71fd7a
|
@ -47,7 +47,6 @@ Build:8.1.0-4-Google,1032
|
||||||
ndk=r16b
|
ndk=r16b
|
||||||
|
|
||||||
Build:8.2.3-1-Google,1035
|
Build:8.2.3-1-Google,1035
|
||||||
disable=rebuild pending
|
|
||||||
commit=omim-8.2.3-1
|
commit=omim-8.2.3-1
|
||||||
timeout=10800
|
timeout=10800
|
||||||
subdir=android
|
subdir=android
|
||||||
|
@ -55,10 +54,13 @@ Build:8.2.3-1-Google,1035
|
||||||
gradle=google
|
gradle=google
|
||||||
rm=3party/Alohalytics/examples,iphone,tools/shaders_compiler
|
rm=3party/Alohalytics/examples,iphone,tools/shaders_compiler
|
||||||
prebuild=sed -i -E -e '/\/\/ .* keys?$/,/^$/d' build.gradle && \
|
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 '/^ <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.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
|
scanignore=data/*.bin
|
||||||
scandelete=3party
|
scandelete=3party
|
||||||
ndk=r16b
|
ndk=r16b
|
||||||
|
|
Loading…
Reference in a new issue