From 90ab1deb6b93c0a5b508ad13519469aad68edf34 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Fri, 12 Jun 2020 22:10:49 +0200 Subject: [PATCH] wikipedia: enable build --- metadata/org.wikipedia.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/metadata/org.wikipedia.yml b/metadata/org.wikipedia.yml index 28d8fe1cbd..3ed6195bc6 100644 --- a/metadata/org.wikipedia.yml +++ b/metadata/org.wikipedia.yml @@ -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