mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
GaoAndBlaze: Update
This commit is contained in:
parent
3b1007eafc
commit
b59d09cfec
1 changed files with 36 additions and 0 deletions
|
|
@ -52,6 +52,42 @@ Builds:
|
|||
- node_modules/
|
||||
ndk: r23b
|
||||
|
||||
- versionName: 5.0.2-gao-full
|
||||
versionCode: 50020
|
||||
commit: 3a3ff54475760ae4ea252926bf31cc5398a517bf
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- curl -Lo node.tar.xz https://nodejs.org/dist/v10.18.1/node-v10.18.1-linux-x64.tar.xz
|
||||
- echo "8cc40f45c2c62529b15e83a6bbe0ac1febf57af3c5720df68067c96c0fddbbdf node.tar.xz"
|
||||
| sha256sum -c -
|
||||
- tar xJf node.tar.xz
|
||||
- cp -a node-v10.18.1-linux-x64/. /usr/local/
|
||||
- npm -g install yarn
|
||||
init: npm install
|
||||
gradle:
|
||||
- fullGaoGames
|
||||
forceversion: true
|
||||
forcevercode: true
|
||||
prebuild: sed -i -e '\!ACCESS_FINE_LOCATION!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!' -e '/com.google.android.gms/d' src/main/AndroidManifest.xml
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- node_modules/jsc-android
|
||||
- node_modules/react-native/android/com/facebook/react/react-native/*/
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
- node_modules/react-native-vector-icons/android/build.gradle
|
||||
- node_modules/@react-native-community/async-storage/android/build.gradle
|
||||
- node_modules/react-native-shake/android/build.gradle
|
||||
- node_modules/react-native-permissions/android/build.gradle
|
||||
- node_modules/react-native-localize/android/build.gradle
|
||||
- node_modules/react-native-fast-image/android/build.gradle
|
||||
- node_modules/@react-native-community/masked-view/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules/
|
||||
ndk: r23c
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: 5.0.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue