diff --git a/metadata/rocks.tbog.tblauncher.yml b/metadata/rocks.tbog.tblauncher.yml index a993fdffc5..d9ac372773 100644 --- a/metadata/rocks.tbog.tblauncher.yml +++ b/metadata/rocks.tbog.tblauncher.yml @@ -204,7 +204,18 @@ Builds: gradle: - yes + - versionName: '7.1' + versionCode: 39 + commit: d8f51b17483283d8a35caf4bc447ae16a7947725 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - fdroid + AutoUpdateMode: Version v%v -UpdateCheckMode: Tags -CurrentVersion: '7.0' -CurrentVersionCode: 38 +UpdateCheckMode: Tags ^v[^-_]*$ +CurrentVersion: '7.1' +CurrentVersionCode: 39