diff --git a/metadata/com.baldo.bob.yml b/metadata/com.baldo.bob.yml index 7fdb08afaf..e8cb04e65d 100644 --- a/metadata/com.baldo.bob.yml +++ b/metadata/com.baldo.bob.yml @@ -33,9 +33,20 @@ Builds: gradle: - yes + - versionName: '1.2' + versionCode: 3 + commit: 99d53381a2e80920d48870b66959e2268c57813d + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-alternatives --auto java + gradle: + - yes + AllowedAPKSigningKeys: f136fc92612cfa678dcb5086c84934f69bddbf77929fd7d9fe3dd9b6feed78ea AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: '1.1' -CurrentVersionCode: 2 +CurrentVersion: '1.2' +CurrentVersionCode: 3