From 81487793805bf4046b5223b6086ed4d2ecefcba2 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 1 Oct 2022 05:25:00 +0000 Subject: [PATCH] Update Al-Azan to 1.3.0 (20) --- metadata/com.github.meypod.al_azan.yml | 59 +++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 2 deletions(-) diff --git a/metadata/com.github.meypod.al_azan.yml b/metadata/com.github.meypod.al_azan.yml index 8e9c2b82a7..30cc4bb90a 100644 --- a/metadata/com.github.meypod.al_azan.yml +++ b/metadata/com.github.meypod.al_azan.yml @@ -231,7 +231,62 @@ Builds: - node_modules/ ndk: r21e + - versionName: 1.3.0 + versionCode: 20 + commit: 8283825cf375cc22363b1b661eb6d0d1ed7c7701 + subdir: android/app + sudo: + - sysctl fs.inotify.max_user_watches=524288 || true + - curl -Lo node.tar.xz https://nodejs.org/dist/v16.16.0/node-v16.16.0-linux-x64.tar.xz + - echo "edcb6e9bb049ae365611aa209fc03c4bfc7e0295dbcc5b2f1e710ac70384a8ec node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz --strip-components=1 -C /usr/local/ + - npm -g install yarn + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + init: + - cd ../.. + - yarn install --frozen-lockfile + gradle: + - yes + srclibs: + - meypod-notifee@5.6.0-guava + prebuild: + - sed -i -e '\!READ_PHONE_STATE!a' -e 's!xmlns:android!xmlns:tools="http://schemas.android.com/tools" + xmlns:android!' src/main/AndroidManifest.xml + - pushd ../.. + - mkdir -p ./node_modules/@notifee/core/ + - cp -r $$meypod-notifee$$/android ./node_modules/@notifee/core/ + - sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g' + ./node_modules/@notifee/react-native/android/build.gradle + - sed "s///" lingui.config.js.example > lingui.config.js + - npx lingui compile + - popd + scanignore: + - android/build.gradle + - node_modules/jsc-android + - node_modules/react-native/android + - node_modules/react-native/ReactAndroid/build.gradle + - node_modules/react-native/ReactAndroid/hermes-engine/build.gradle + - node_modules/react-native-mmkv/android/build.gradle + - node_modules/react-native-safe-area-context/android/build.gradle + - node_modules/react-native-screens/android/build.gradle + - node_modules/react-native-svg/android/build.gradle + - node_modules/@react-native-masked-view/masked-view/android/build.gradle + - node_modules/@callstack/repack/android/build.gradle + - node_modules/@notifee/react-native/android/build.gradle + - node_modules/@notifee/core/android/build.gradle + - node_modules/react-native-get-location/android/build.gradle + - node_modules/react-native-alarm-module/android/build.gradle + - node_modules/react-native-blob-util/android/build.gradle + - node_modules/react-native-document-picker/android/build.gradle + scandelete: + - node_modules/ + ndk: r21e + AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: 1.2.2 -CurrentVersionCode: 19 +CurrentVersion: 1.3.0 +CurrentVersionCode: 20