mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
Update Easy Ear to 0.1.7 (17)
This commit is contained in:
parent
f1d0e5b350
commit
888fe7b209
1 changed files with 29 additions and 2 deletions
|
|
@ -40,7 +40,34 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
- versionName: 0.1.7
|
||||
versionCode: 17
|
||||
commit: 0.1.7
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
||||
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xf node.tar.gz
|
||||
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
||||
- npm install -g npm@6
|
||||
init: npm install
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- __tests__
|
||||
- ios
|
||||
prebuild: sed -i -e 's/CPUArchitecture = true/CPUArchitecture = false/' build.gradle
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- node_modules/jsc-android
|
||||
- node_modules/react-native/android/com/facebook/react/react-native/*/
|
||||
- node_modules/react-native-soundfont/android/build.gradle
|
||||
- node_modules/react-native-vector-icons/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.1.4
|
||||
CurrentVersionCode: 5
|
||||
CurrentVersion: 0.1.7
|
||||
CurrentVersionCode: 17
|
||||
|
|
|
|||
Loading…
Reference in a new issue