diff --git a/metadata/com.github.andreyasadchy.xtra.yml b/metadata/com.github.andreyasadchy.xtra.yml index da663f1cb5..956a4e20f6 100644 --- a/metadata/com.github.andreyasadchy.xtra.yml +++ b/metadata/com.github.andreyasadchy.xtra.yml @@ -92,7 +92,18 @@ Builds: gradle: - yes + - versionName: 2.3.0 + versionCode: 113 + commit: ec93b67dd694dbb12037f5cf8078484b9cf9757d + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 2.2.0 -CurrentVersionCode: 112 +CurrentVersion: 2.3.0 +CurrentVersionCode: 113