diff --git a/metadata/com.paultirk.yatoo.yml b/metadata/com.paultirk.yatoo.yml index caeffc31d2..18249520bd 100644 --- a/metadata/com.paultirk.yatoo.yml +++ b/metadata/com.paultirk.yatoo.yml @@ -150,10 +150,33 @@ Builds: - popd - gradle assembleRelease + - versionName: 0.9.0 + versionCode: 19 + commit: c0bb1c0ad4139fbe205327550e8edd7a60557e08 + subdir: android/app + sudo: + - apt-get update + - apt-get install -y npm + output: build/outputs/apk/release/app-release-unsigned.apk + prebuild: + - cd ../.. + - npm ci + - find node_modules/ -iname "*.node" -exec rm {} \; + scanignore: + - node_modules/@capacitor/cli/assets/capacitor-cordova-android-plugins.tar.gz + scandelete: + - node_modules/ + build: + - pushd ../.. + - COMMIT_HASH=$(git rev-parse --short=7 HEAD) npm run build-prod + - npx cap sync android + - popd + - gradle assembleRelease + AllowedAPKSigningKeys: 0b712c45eba65a7ee6e5ba3b4d0ab62e0a3c5386c1007b2047c2a58de9c79f31 AutoUpdateMode: Version UpdateCheckMode: Tags ^v.*$ UpdateCheckData: android/app/build.gradle|versionCode\s(\d+)||v([\d.]+) -CurrentVersion: 0.8.0 -CurrentVersionCode: 18 +CurrentVersion: 0.9.0 +CurrentVersionCode: 19