mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Simple to 1.7.12 (63)
This commit is contained in:
parent
6dd709e983
commit
87cda82064
1 changed files with 31 additions and 2 deletions
|
|
@ -382,7 +382,36 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
|
- versionName: 1.7.12
|
||||||
|
versionCode: 63
|
||||||
|
commit: eae333efc23454e194c1361a1f412cbf0995b177
|
||||||
|
subdir: android/app
|
||||||
|
sudo:
|
||||||
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y npm
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild:
|
||||||
|
- cd ../..
|
||||||
|
- npm install --build-from-source
|
||||||
|
- npx expo prebuild
|
||||||
|
scanignore:
|
||||||
|
- android/build.gradle
|
||||||
|
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
||||||
|
- node_modules/react-native-vector-icons/android/build.gradle
|
||||||
|
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||||
|
- node_modules/react-native-reanimated/android/build.gradle
|
||||||
|
- node_modules/react-native-screens/android/build.gradle
|
||||||
|
- node_modules/react-native-svg/android/build.gradle
|
||||||
|
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
||||||
|
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||||
|
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||||
|
- node_modules/@react-native-picker/picker/android/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- node_modules
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags .*-fdroid
|
UpdateCheckMode: Tags .*-fdroid
|
||||||
CurrentVersion: 1.7.11
|
CurrentVersion: 1.7.12
|
||||||
CurrentVersionCode: 62
|
CurrentVersionCode: 63
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue