wikipedia: enable build

This commit is contained in:
Marcus Hoffmann 2020-06-12 22:10:49 +02:00
parent 3d85a460db
commit 90ab1deb6b

View file

@ -613,7 +613,6 @@ Builds:
- versionName: r/2.7.50320-r-2020-05-20
versionCode: 50320
disable: includes com.microsoft.appcenter
commit: r/2.7.50320-r-2020-05-20
subdir: app
init: sed -i '/sonatype/d' ../build.gradle
@ -622,15 +621,17 @@ Builds:
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
"arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
scanignore:
- app/build.gradle
MaintainerNotes: |-
* whitelist app/build.gradle for microsoft appcenter SDK. It's actually open source but might
pull in google dependencies. In this case it doesn't
Ref: https://phabricator.wikimedia.org/T254980
* versionname is timebased and generated on build; force it. Also remove the timestamp.
* we disable gradle abi splits because using the universal apk is easier for us for now.
* ndk abifilters line is added as otherwise stray mips/armeabi .so files are added to the apk
Summary and Description have been moved to the new localizable text files:
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
AutoUpdateMode: None
UpdateCheckMode: Tags ^r
CurrentVersion: r/2.7.50322-r-2020-06-08