diff --git a/metadata/com.pilot51.voicenotify.yml b/metadata/com.pilot51.voicenotify.yml index 51816a9c5f..096541e954 100644 --- a/metadata/com.pilot51.voicenotify.yml +++ b/metadata/com.pilot51.voicenotify.yml @@ -80,7 +80,18 @@ Builds: gradle: - yes + - versionName: 1.2.1 + versionCode: 25 + commit: a67afc31c1851c23bcfa0697068df90bb7de23fd + 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.2.0 -CurrentVersionCode: 24 +CurrentVersion: 1.2.1 +CurrentVersionCode: 25