diff --git a/metadata/com.apk.editor.yml b/metadata/com.apk.editor.yml index eadd664b52..3055a8dbc9 100644 --- a/metadata/com.apk.editor.yml +++ b/metadata/com.apk.editor.yml @@ -138,7 +138,20 @@ Builds: scanignore: - app/src/full/assets/APKEditor + - versionName: v0.20 + versionCode: 20 + commit: 7a1188512fbcd02a6d39b36230ac0b2444246076 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - full + scanignore: + - app/src/full/assets/APKEditor + AutoUpdateMode: Version %v UpdateCheckMode: Tags -CurrentVersion: v0.19 -CurrentVersionCode: 19 +CurrentVersion: v0.20 +CurrentVersionCode: 20