mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Simple to 1.6.2 (33)
This commit is contained in:
parent
d99480e0eb
commit
2b19053ab4
1 changed files with 30 additions and 2 deletions
|
|
@ -92,7 +92,35 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 1.6.2
|
||||
versionCode: 33
|
||||
commit: 2fa7c74b4422bd870a168d24e75fa848e8d97d7d
|
||||
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-picker/picker/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags .*-fdroid
|
||||
CurrentVersion: 1.6.1
|
||||
CurrentVersionCode: 32
|
||||
CurrentVersion: 1.6.2
|
||||
CurrentVersionCode: 33
|
||||
|
|
|
|||
Loading…
Reference in a new issue