diff --git a/metadata/com.vovagorodok.blichess.yml b/metadata/com.vovagorodok.blichess.yml index 03e1269e37..888fcba05a 100644 --- a/metadata/com.vovagorodok.blichess.yml +++ b/metadata/com.vovagorodok.blichess.yml @@ -13,7 +13,7 @@ Translation: https://crowdin.com/project/lichess Changelog: https://github.com/vovagorodok/blichess/releases Donate: https://lichess.org/patron -AutoName: blichess +AutoName: Blichess RepoType: git Repo: https://github.com/vovagorodok/blichess @@ -235,7 +235,31 @@ Builds: - pushd ../.. - APP_MODE=release APP_CONFIG=prod npm run build + - versionName: 8.0.0+ble2.0.5 + versionCode: 18 + commit: 0b380d812775de33800ce3ef7b155cb6e4121a4d + subdir: android/app + sudo: + - apt-get update + - apt-get install -y g++ make npm + init: + - pushd ../.. + - npm install + - touch www/index.html + - npx cap update android + - npm run fetch-nnue + - sed 's/lichess\.dev/lichess.org/g' appconfig.dev.json > appconfig.prod.json + gradle: + - yes + rm: + - ios/ + scandelete: + - node_modules/ + build: + - pushd ../.. + - APP_MODE=release APP_CONFIG=prod npm run build + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 8.0.0+ble2.0.4 -CurrentVersionCode: 17 +CurrentVersion: 8.0.0+ble2.0.5 +CurrentVersionCode: 18