Maps: remove AppsFlyer tracker and enqueue for rebuild

See fdroid/fdroiddata#1224.
This commit is contained in:
relan 2018-06-07 08:30:39 +03:00
parent e3dd447b44
commit 7c06a1a30a

View file

@ -47,6 +47,7 @@ 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
@ -54,6 +55,7 @@ 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 '/^ <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