diff --git a/metadata/io.timelimit.android.aosp.direct.yml b/metadata/io.timelimit.android.aosp.direct.yml index 93eef62946..586cbd2b08 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.2 + versionCode: 221 + commit: e54ff92cbbb7abb4907cf231a4f9e1b691956162 + 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.1 -CurrentVersionCode: 220 +CurrentVersion: 7.2.2 +CurrentVersionCode: 221