diff --git a/metadata/io.timelimit.android.open.yml b/metadata/io.timelimit.android.open.yml index d98d1174b9..cce79504f9 100644 --- a/metadata/io.timelimit.android.open.yml +++ b/metadata/io.timelimit.android.open.yml @@ -582,7 +582,20 @@ Builds: scanignore: - app/src/main/assets/device-names.bin + - versionName: 6.8.0 + versionCode: 194 + commit: c950b0956712e6d156473c5c350bc96f0965aaab + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + scanignore: + - app/src/main/assets/device-names.bin + AutoUpdateMode: Version release-%v UpdateCheckMode: Tags -CurrentVersion: 6.7.0 -CurrentVersionCode: 193 +CurrentVersion: 6.8.0 +CurrentVersionCode: 194