diff --git a/metadata/org.residuum.alligator.yml b/metadata/org.residuum.alligator.yml index 0ddfe4932a..372d5faa73 100644 --- a/metadata/org.residuum.alligator.yml +++ b/metadata/org.residuum.alligator.yml @@ -72,9 +72,23 @@ Builds: scanignore: - AlligatorGozaimasu/app/src/main/res/raw/*.zip + - versionName: '0.27' + versionCode: 27 + commit: f535f394f51496b10f52b4e7f1e4f2708ba6fa53 + subdir: AlligatorGozaimasu/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: + - yes + scanignore: + - AlligatorGozaimasu/app/src/main/res/raw/*.zip + AllowedAPKSigningKeys: 841510e0ea8291ec0d98b29b877fc9e5d17b40d255e52469fb459209bf6aa813 AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: '0.26' -CurrentVersionCode: 26 +CurrentVersion: '0.27' +CurrentVersionCode: 27