mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update org.therapiefinder to 0.6 (7)
This commit is contained in:
parent
50def3a0a5
commit
9bc85a40b0
1 changed files with 40 additions and 2 deletions
|
|
@ -47,8 +47,46 @@ Builds:
|
|||
- cd android
|
||||
- gradle assembleRelease
|
||||
|
||||
- versionName: '0.6'
|
||||
versionCode: 7
|
||||
commit: fb0cca769c39cf205b2beaf4347ed942d4573525
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y npm
|
||||
init:
|
||||
- sed -i -e '1a "expo":{"autolinking":{"android":{"buildFromSource":[".*"]}}},'
|
||||
package.json
|
||||
- npm install --build-from-source
|
||||
output: android/app/build/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- notifee@@notifee/react-native@9.1.8
|
||||
prebuild:
|
||||
- npx expo prebuild --platform android --clean
|
||||
- echo 'android { dependenciesInfo { includeInApk = false; includeInBundle =
|
||||
false } }' >> android/app/build.gradle
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||
- node_modules/@notifee/react-native/android/build.gradle
|
||||
- node_modules/@react-native-picker/picker/android/build.gradle
|
||||
- node_modules/react-native-reanimated/android/build.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||
- node_modules/react-native-edge-to-edge/android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
build:
|
||||
- pushd $$notifee$$/android
|
||||
- gradle publishAarPublicationToMavenRepository
|
||||
- popd
|
||||
- rm -rf node_modules/@notifee/react-native/android/libs
|
||||
- mv $$notifee$$/packages/react-native/android/libs node_modules/@notifee/react-native/android/
|
||||
- cd android
|
||||
- gradle assembleRelease
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: app.json|"versionCode":\s(\d+)|.|"version":\s"([\d.]+)"
|
||||
CurrentVersion: '0.5'
|
||||
CurrentVersionCode: 5
|
||||
CurrentVersion: '0.6'
|
||||
CurrentVersionCode: 7
|
||||
|
|
|
|||
Loading…
Reference in a new issue