diff --git a/metadata/io.timelimit.android.aosp.direct.yml b/metadata/io.timelimit.android.aosp.direct.yml index cad0488c30..79275d8c72 100644 --- a/metadata/io.timelimit.android.aosp.direct.yml +++ b/metadata/io.timelimit.android.aosp.direct.yml @@ -482,8 +482,23 @@ Builds: scanignore: - app/src/main/assets/device-names.bin + - versionName: 6.7.0 + versionCode: 193 + commit: f804f421ff6dee1f59a6392dc4e20d77eb4efeb8 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - noGoogleApi + - directVersion + - productionServer + scanignore: + - app/src/main/assets/device-names.bin + AutoUpdateMode: Version release-%v UpdateCheckMode: Tags UpdateCheckName: io.timelimit.android -CurrentVersion: 6.6.0 -CurrentVersionCode: 192 +CurrentVersion: 6.7.0 +CurrentVersionCode: 193