diff --git a/metadata/io.horizontalsystems.bankwallet.yml b/metadata/io.horizontalsystems.bankwallet.yml index baf83295c7..34fd9c90b3 100644 --- a/metadata/io.horizontalsystems.bankwallet.yml +++ b/metadata/io.horizontalsystems.bankwallet.yml @@ -141,7 +141,18 @@ Builds: gradle: - yes + - versionName: 0.25.1 + versionCode: 63 + commit: 658dba09084d675385ce1e3eabcdb086b4c7c447 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 0.25.0 -CurrentVersionCode: 62 +CurrentVersion: 0.25.1 +CurrentVersionCode: 63