diff --git a/metadata/com.pilot51.voicenotify.yml b/metadata/com.pilot51.voicenotify.yml index 0c8a180712..2c44692494 100644 --- a/metadata/com.pilot51.voicenotify.yml +++ b/metadata/com.pilot51.voicenotify.yml @@ -125,7 +125,19 @@ Builds: - yes prebuild: sed -i -e '/versionNameSuffix/d' build.gradle.kts + - versionName: 1.3.1 + versionCode: 29 + commit: 7ccf0f7cf6af5bc1a4d3ef5a9c8419c48304bb5f + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + prebuild: sed -i -e '/versionNameSuffix/d' build.gradle.kts + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.3.0 -CurrentVersionCode: 28 +CurrentVersion: 1.3.1 +CurrentVersionCode: 29