From b59d09cfecc61b64ded86643d0c375b904abe60e Mon Sep 17 00:00:00 2001 From: Atom Date: Wed, 29 Jun 2022 07:55:49 +0000 Subject: [PATCH] GaoAndBlaze: Update --- metadata/com.fr.laboussole.track.yml | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/metadata/com.fr.laboussole.track.yml b/metadata/com.fr.laboussole.track.yml index 96e41afa36..8ebfcb1346 100644 --- a/metadata/com.fr.laboussole.track.yml +++ b/metadata/com.fr.laboussole.track.yml @@ -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' -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