diff --git a/metadata/com.github.gotify.yml b/metadata/com.github.gotify.yml index 9e08cbc865..056d8832a3 100644 --- a/metadata/com.github.gotify.yml +++ b/metadata/com.github.gotify.yml @@ -223,7 +223,15 @@ Builds: gradle: - yes + - versionName: 2.8.2 + versionCode: 33 + commit: 20305cb601df6a5945ef50135ea9ef4f103a1f78 + subdir: app + gradle: + - yes + prebuild: sed -i -e '/publishing {/,/^}/d' ../client/build.gradle + AutoUpdateMode: Version -UpdateCheckMode: Tags v\d+\.\d+(\.\d+)? -CurrentVersion: 2.8.1 -CurrentVersionCode: 32 +UpdateCheckMode: Tags ^v[\d.]+$ +CurrentVersion: 2.8.2 +CurrentVersionCode: 33