diff --git a/metadata/com.github.andreyasadchy.xtra.yml b/metadata/com.github.andreyasadchy.xtra.yml index 9d85a9df78..023ec5a52b 100644 --- a/metadata/com.github.andreyasadchy.xtra.yml +++ b/metadata/com.github.andreyasadchy.xtra.yml @@ -70,7 +70,18 @@ Builds: gradle: - yes + - versionName: 2.1.0 + versionCode: 111 + commit: 060348a45a5ebad1907f3243c3075a25b090b186 + 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.0.5 -CurrentVersionCode: 110 +CurrentVersion: 2.1.0 +CurrentVersionCode: 111