diff --git a/metadata/com.caydey.ffshare.yml b/metadata/com.caydey.ffshare.yml index 28e49b9a3e..321b3e40af 100644 --- a/metadata/com.caydey.ffshare.yml +++ b/metadata/com.caydey.ffshare.yml @@ -23,7 +23,18 @@ Builds: gradle: - yes + - versionName: 1.0.1 + versionCode: 2 + commit: 2d2c95a5f2854d44597278e5731c03081042c8fa + 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 v%v UpdateCheckMode: Tags -CurrentVersion: '1.0' -CurrentVersionCode: 1 +CurrentVersion: 1.0.1 +CurrentVersionCode: 2