Update Easy Ear to 0.1.9 (19)

This commit is contained in:
F-Droid checkupdates bot 2021-08-09 04:53:47 +00:00
parent 5bea2d4373
commit b02387728d

View file

@ -94,7 +94,34 @@ Builds:
scandelete:
- node_modules/
- versionName: 0.1.9
versionCode: 19
commit: aa62733afba261c0e564a6b2d6db2b61277d5558
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.8
CurrentVersionCode: 18
CurrentVersion: 0.1.9
CurrentVersionCode: 19