mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
add apk splits com.github.meypod.al_azan.yml
This commit is contained in:
parent
723568a04d
commit
51ddc5b826
1 changed files with 191 additions and 3 deletions
|
|
@ -570,8 +570,8 @@ Builds:
|
||||||
ndk: r21e
|
ndk: r21e
|
||||||
|
|
||||||
- versionName: 1.7.1
|
- versionName: 1.7.1
|
||||||
versionCode: 34
|
versionCode: 34001
|
||||||
commit: 1f4e11291cc71fcbe06b955bec39ffd888f05430
|
commit: 800c4b9932af161bda3c50e102a65744403a90c8
|
||||||
subdir: android/app
|
subdir: android/app
|
||||||
sudo:
|
sudo:
|
||||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
||||||
|
|
@ -625,8 +625,196 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
ndk: r21e
|
ndk: r21e
|
||||||
|
gradleprops:
|
||||||
|
- buildUniversalApk=false
|
||||||
|
- reactNativeArchitectures=armeabi-v7a
|
||||||
|
|
||||||
|
- versionName: 1.7.1
|
||||||
|
versionCode: 34002
|
||||||
|
commit: 800c4b9932af161bda3c50e102a65744403a90c8
|
||||||
|
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
|
||||||
|
gradleprops:
|
||||||
|
- buildUniversalApk=false
|
||||||
|
- reactNativeArchitectures=x86
|
||||||
|
|
||||||
|
- versionName: 1.7.1
|
||||||
|
versionCode: 34003
|
||||||
|
commit: 800c4b9932af161bda3c50e102a65744403a90c8
|
||||||
|
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
|
||||||
|
gradleprops:
|
||||||
|
- buildUniversalApk=false
|
||||||
|
- reactNativeArchitectures=arm64-v8a
|
||||||
|
|
||||||
|
- versionName: 1.7.1
|
||||||
|
versionCode: 34004
|
||||||
|
commit: 800c4b9932af161bda3c50e102a65744403a90c8
|
||||||
|
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
|
||||||
|
gradleprops:
|
||||||
|
- buildUniversalApk=false
|
||||||
|
- reactNativeArchitectures=x86_64
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
|
VercodeOperation:
|
||||||
|
- '%c * 1000 + 1'
|
||||||
|
- '%c * 1000 + 2'
|
||||||
|
- '%c * 1000 + 3'
|
||||||
|
- '%c * 1000 + 4'
|
||||||
CurrentVersion: 1.7.1
|
CurrentVersion: 1.7.1
|
||||||
CurrentVersionCode: 34
|
CurrentVersionCode: 34004
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue