diff --git a/metadata/com.github.muellerma.prepaidbalance.yml b/metadata/com.github.muellerma.prepaidbalance.yml index c7ae1f9e37..c185ea7100 100644 --- a/metadata/com.github.muellerma.prepaidbalance.yml +++ b/metadata/com.github.muellerma.prepaidbalance.yml @@ -57,7 +57,18 @@ Builds: gradle: - yes + - versionName: '1.2' + versionCode: 10 + commit: d824aa924d89cd0f6f773728a5bfc8f0a4a30189 + 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 %v UpdateCheckMode: Tags -CurrentVersion: '1.1' -CurrentVersionCode: 9 +CurrentVersion: '1.2' +CurrentVersionCode: 10