diff --git a/metadata/com.github.meypod.al_azan.yml b/metadata/com.github.meypod.al_azan.yml
index 80672d89ea..505d7a896b 100644
--- a/metadata/com.github.meypod.al_azan.yml
+++ b/metadata/com.github.meypod.al_azan.yml
@@ -809,6 +809,246 @@ Builds:
- buildUniversalApk=false
- reactNativeArchitectures=x86_64
+ - versionName: 1.8.0
+ versionCode: 35001
+ commit: ff63b2d941cb7392227b5cff3ee7c841edf44c96
+ subdir: android/app
+ sudo:
+ - curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
+ - echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
+ | sha256sum -c -
+ - tar xzf node.tar.gz --strip-components=1 -C /usr/local/
+ - npm install -g yarn
+ - sysctl fs.inotify.max_user_watches=524288 || true
+ init:
+ - cd ../..
+ - yarn install --frozen-lockfile
+ gradle:
+ - yes
+ srclibs:
+ - meypod-notifee@5.6.0-guava-4
+ 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 ../..
+ - export NOTIFEE_COMMIT=$(grep \^notifee_git_tag dl_notifee_core.sh|cut -d "\""
+ -f2)
+ - pushd $$meypod-notifee$$
+ - git checkout $NOTIFEE_COMMIT
+ - popd
+ - 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
+ gradleprops:
+ - buildUniversalApk=false
+ - reactNativeArchitectures=armeabi-v7a
+
+ - versionName: 1.8.0
+ versionCode: 35002
+ commit: ff63b2d941cb7392227b5cff3ee7c841edf44c96
+ subdir: android/app
+ sudo:
+ - curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
+ - echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
+ | sha256sum -c -
+ - tar xzf node.tar.gz --strip-components=1 -C /usr/local/
+ - npm install -g yarn
+ - sysctl fs.inotify.max_user_watches=524288 || true
+ init:
+ - cd ../..
+ - yarn install --frozen-lockfile
+ gradle:
+ - yes
+ srclibs:
+ - meypod-notifee@5.6.0-guava-4
+ 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 ../..
+ - export NOTIFEE_COMMIT=$(grep \^notifee_git_tag dl_notifee_core.sh|cut -d "\""
+ -f2)
+ - pushd $$meypod-notifee$$
+ - git checkout $NOTIFEE_COMMIT
+ - popd
+ - 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
+ gradleprops:
+ - buildUniversalApk=false
+ - reactNativeArchitectures=x86
+
+ - versionName: 1.8.0
+ versionCode: 35003
+ commit: ff63b2d941cb7392227b5cff3ee7c841edf44c96
+ subdir: android/app
+ sudo:
+ - curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
+ - echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
+ | sha256sum -c -
+ - tar xzf node.tar.gz --strip-components=1 -C /usr/local/
+ - npm install -g yarn
+ - sysctl fs.inotify.max_user_watches=524288 || true
+ init:
+ - cd ../..
+ - yarn install --frozen-lockfile
+ gradle:
+ - yes
+ srclibs:
+ - meypod-notifee@5.6.0-guava-4
+ 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 ../..
+ - export NOTIFEE_COMMIT=$(grep \^notifee_git_tag dl_notifee_core.sh|cut -d "\""
+ -f2)
+ - pushd $$meypod-notifee$$
+ - git checkout $NOTIFEE_COMMIT
+ - popd
+ - 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
+ gradleprops:
+ - buildUniversalApk=false
+ - reactNativeArchitectures=arm64-v8a
+
+ - versionName: 1.8.0
+ versionCode: 35004
+ commit: ff63b2d941cb7392227b5cff3ee7c841edf44c96
+ subdir: android/app
+ sudo:
+ - curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
+ - echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
+ | sha256sum -c -
+ - tar xzf node.tar.gz --strip-components=1 -C /usr/local/
+ - npm install -g yarn
+ - sysctl fs.inotify.max_user_watches=524288 || true
+ init:
+ - cd ../..
+ - yarn install --frozen-lockfile
+ gradle:
+ - yes
+ srclibs:
+ - meypod-notifee@5.6.0-guava-4
+ 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 ../..
+ - export NOTIFEE_COMMIT=$(grep \^notifee_git_tag dl_notifee_core.sh|cut -d "\""
+ -f2)
+ - pushd $$meypod-notifee$$
+ - git checkout $NOTIFEE_COMMIT
+ - popd
+ - 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
+ gradleprops:
+ - buildUniversalApk=false
+ - reactNativeArchitectures=x86_64
+
AutoUpdateMode: Version
UpdateCheckMode: Tags
VercodeOperation:
@@ -816,5 +1056,5 @@ VercodeOperation:
- '%c * 1000 + 2'
- '%c * 1000 + 3'
- '%c * 1000 + 4'
-CurrentVersion: 1.7.1
-CurrentVersionCode: 34004
+CurrentVersion: 1.8.0
+CurrentVersionCode: 35004