diff --git a/metadata/com.simplemobiletools.calendar.pro.yml b/metadata/com.simplemobiletools.calendar.pro.yml index 82028a665c..45a77248cd 100644 --- a/metadata/com.simplemobiletools.calendar.pro.yml +++ b/metadata/com.simplemobiletools.calendar.pro.yml @@ -15,7 +15,7 @@ Name: Simple Calendar Pro AutoName: Calendar RepoType: git -Repo: https://github.com/SimpleMobileTools/Simple-Calendar +Repo: https://github.com/SimpleMobileTools/Simple-Calendar.git Builds: - versionName: 6.0.1 @@ -758,7 +758,19 @@ Builds: - fdroid prebuild: sed -i -e '/keystore.*{/,/}/d; /keystore/d' build.gradle + - versionName: 6.23.0 + versionCode: 239 + commit: 884b6347fc3d89e8071d7a81279a13dea2e2d4a0 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - fdroid + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 6.22.2 -CurrentVersionCode: 238 +UpdateCheckData: gradle/libs.versions.toml|app-version-versionCode\s=\s"(\d+)"|.|app-version-versionName\s=\s"(.*)" +CurrentVersion: 6.23.0 +CurrentVersionCode: 239