diff --git a/metadata/com.simplemobiletools.contacts.pro.yml b/metadata/com.simplemobiletools.contacts.pro.yml index 555334fa39..bc967be762 100644 --- a/metadata/com.simplemobiletools.contacts.pro.yml +++ b/metadata/com.simplemobiletools.contacts.pro.yml @@ -362,7 +362,19 @@ Builds: - yes prebuild: sed -i -e '/keystore.*{/,/}/d; /keystore/d' build.gradle + - versionName: 6.16.3 + versionCode: 88 + commit: 5bad2055cb8eb83a3e32d23e609f6e4d5a7548a1 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + prebuild: sed -i -e '/keystore.*{/,/}/d; /keystore/d' build.gradle + AutoUpdateMode: Version %v UpdateCheckMode: Tags -CurrentVersion: 6.16.2 -CurrentVersionCode: 87 +CurrentVersion: 6.16.3 +CurrentVersionCode: 88