diff --git a/metadata/com.mmazzarolo.breathly.yml b/metadata/com.mmazzarolo.breathly.yml index 10ca683da5..748b7d1c1a 100644 --- a/metadata/com.mmazzarolo.breathly.yml +++ b/metadata/com.mmazzarolo.breathly.yml @@ -115,10 +115,34 @@ Builds: scandelete: - node_modules/ + - versionName: '1.8' + versionCode: 9 + commit: android-1.8 + 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.7' -CurrentVersionCode: 8 +CurrentVersion: '1.8' +CurrentVersionCode: 9