Update Al-Azan to 1.7.0 (33)

This commit is contained in:
F-Droid checkupdates bot 2022-11-15 06:15:24 +00:00
parent d9318807f4
commit a7ff17aac3

View file

@ -512,7 +512,64 @@ Builds:
- node_modules/
ndk: r21e
- versionName: 1.7.0
versionCode: 33
commit: 8907cee0f685e24cf05871697bbc0e431393877a
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<uses-permission android:name="com.android.vending.CHECK_LICENSE"
tools:node="remove" />' -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/<TRANSLATION_IO_APIKEY>//" 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
UpdateCheckMode: Tags
CurrentVersion: 1.6.0
CurrentVersionCode: 32
CurrentVersion: 1.7.0
CurrentVersionCode: 33