mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Improvement Roll to 1.2.7 (10)
This commit is contained in:
parent
0156c8f4fc
commit
07fd8b7e34
1 changed files with 33 additions and 2 deletions
|
|
@ -294,7 +294,38 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
||||||
|
- versionName: 1.2.7
|
||||||
|
versionCode: 10
|
||||||
|
commit: ad22e5019a38037073ecbcefabbaca9070b63bdd
|
||||||
|
subdir: android/app
|
||||||
|
sudo:
|
||||||
|
- sysctl fs.inotify.max_user_watches=524288
|
||||||
|
- curl -Lo node.tar.xz https://nodejs.org/dist/v14.17.4/node-v14.17.4-linux-x64.tar.xz
|
||||||
|
- echo "db18c54ebe01974d46198b08729249acbb0dcdc9aea82b53eec913f8c56035c6 node.tar.xz"
|
||||||
|
| sha256sum -c -
|
||||||
|
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
||||||
|
- npm -g install yarn
|
||||||
|
init: yarn install
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -E -i '/installreferrer/,+11d' ../../node_modules/react-native-device-info/android/build.gradle
|
||||||
|
scanignore:
|
||||||
|
- android/build.gradle
|
||||||
|
- node_modules/jsc-android
|
||||||
|
- node_modules/react-native/android/com/facebook/react/react-native/*/
|
||||||
|
- node_modules/react-native-device-info/android/build.gradle
|
||||||
|
- node_modules/react-native-permissions/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-screens/android/build.gradle
|
||||||
|
- node_modules/react-native-svg/android/build.gradle
|
||||||
|
- node_modules/react-native-vector-icons/android/build.gradle
|
||||||
|
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||||
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- node_modules/
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.2.6
|
CurrentVersion: 1.2.7
|
||||||
CurrentVersionCode: 9
|
CurrentVersionCode: 10
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue