diff --git a/metadata/com.github.muellerma.prepaidbalance.yml b/metadata/com.github.muellerma.prepaidbalance.yml index 8487d1ca21..be3336d015 100644 --- a/metadata/com.github.muellerma.prepaidbalance.yml +++ b/metadata/com.github.muellerma.prepaidbalance.yml @@ -123,7 +123,18 @@ Builds: gradle: - yes + - versionName: '1.8' + versionCode: 16 + commit: 48c64f6b88a804ebf885d8a2cdff4ef99b473efb + 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.7' -CurrentVersionCode: 15 +CurrentVersion: '1.8' +CurrentVersionCode: 16