diff --git a/metadata/com.nextcloud.talk2.yml b/metadata/com.nextcloud.talk2.yml index 188836943a..f8d2127631 100644 --- a/metadata/com.nextcloud.talk2.yml +++ b/metadata/com.nextcloud.talk2.yml @@ -508,7 +508,19 @@ Builds: - generic prebuild: sed -i -e '/work-firebase/d' build.gradle + - versionName: 17.0.1 + versionCode: 170000190 + commit: e3fd71d899f3222a18facf7153ccc6c347bf71c5 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - generic + prebuild: sed -i -e '/work-firebase/d' build.gradle + AutoUpdateMode: Version v%v UpdateCheckMode: Tags ^v[0-9]+\.[0-9]+\.[0-9]+$ -CurrentVersion: 17.0.0 -CurrentVersionCode: 170000090 +CurrentVersion: 17.0.1 +CurrentVersionCode: 170000190