diff --git a/metadata/io.timelimit.android.aosp.direct.yml b/metadata/io.timelimit.android.aosp.direct.yml index 978e7413e7..01371fb299 100644 --- a/metadata/io.timelimit.android.aosp.direct.yml +++ b/metadata/io.timelimit.android.aosp.direct.yml @@ -776,8 +776,24 @@ Builds: scanignore: - app/src/main/assets/device-names.bin + - versionName: 7.2.3 + versionCode: 222 + commit: 5f69014850768e14bd437dae7b56bf6b60f3c821 + subdir: app + sudo: + - echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list + - apt-get update + - apt-get install -y -t trixie openjdk-21-jdk-headless + - update-alternatives --auto java + gradle: + - noGoogleApi + - directVersion + - productionServer + scanignore: + - app/src/main/assets/device-names.bin + AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckName: io.timelimit.android -CurrentVersion: 7.2.2 -CurrentVersionCode: 221 +CurrentVersion: 7.2.3 +CurrentVersionCode: 222