mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
update com.subtracks 1.2.0
This commit is contained in:
parent
2ed960b985
commit
afb51dcaa3
1 changed files with 3 additions and 5 deletions
|
|
@ -240,11 +240,9 @@ Builds:
|
|||
- curl -Lo node.tar.xz https://nodejs.org/dist/v14.17.5/node-v14.17.5-linux-x64.tar.xz
|
||||
- echo "2d759de07a50cd7f75bd73d67e97b0d0e095ee3c413efac7d1b3d1e84ed76fff node.tar.xz"
|
||||
| sha256sum -c -
|
||||
- tar xJf node.tar.xz
|
||||
- cp -a node-v14.17.5-linux-x64/. /usr/local/
|
||||
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
||||
- npm -g install yarn
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y wget
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
|
|
@ -260,7 +258,7 @@ Builds:
|
|||
- rm -rf .yarncache
|
||||
- cd $$react-native-reanimated$$
|
||||
- echo -e "android { ndkVersion '21.4.7075529' }" >> build.gradle
|
||||
- yarn add react-native@0.67.1
|
||||
- yarn add react-native@0.67.4
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- node_modules/jsc-android
|
||||
|
|
@ -271,7 +269,7 @@ Builds:
|
|||
- node_modules/react-native-webview/android/build.gradle
|
||||
- node_modules/react-native/template/android/build.gradle
|
||||
- node_modules/react-native-image-colors/android/build.gradle
|
||||
- node_modules/react-native-get-random-values/android/build.gradle
|
||||
- node_modules/react-native-blob-util/android/build.gradle
|
||||
- node_modules/react-native-track-player/android/build.gradle
|
||||
- node_modules/react-native-vector-icons/android/build.gradle
|
||||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||
|
|
|
|||
Loading…
Reference in a new issue