mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Breathly to 1.9 (10)
This commit is contained in:
parent
f71955fd1b
commit
c22c581f4e
1 changed files with 26 additions and 2 deletions
|
|
@ -92,10 +92,34 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
- versionName: '1.9'
|
||||
versionCode: 10
|
||||
commit: android-1.9
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y -t stretch-backports npm
|
||||
- npm -g install yarn
|
||||
init: yarn install
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- node_modules/@react-native-community/async-storage/packages/storage-legacy/android/build/
|
||||
- node_modules/react-native/template/
|
||||
- node_modules/jetifier/lib/
|
||||
prebuild:
|
||||
- truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||||
- sed -i -e 's/enableSeparateBuildPerCPUArchitecture = true/enableSeparateBuildPerCPUArchitecture
|
||||
= false/' build.gradle
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
MaintainerNotes: scanignore is used to allow the local React Native and Android JSC
|
||||
(installed with NPM).
|
||||
|
||||
AutoUpdateMode: Version android-%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.8'
|
||||
CurrentVersionCode: 9
|
||||
CurrentVersion: '1.9'
|
||||
CurrentVersionCode: 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue