diff --git a/metadata/com.sanmer.mrepo.yml b/metadata/com.sanmer.mrepo.yml index 2073671dcf..ca1f273bc1 100644 --- a/metadata/com.sanmer.mrepo.yml +++ b/metadata/com.sanmer.mrepo.yml @@ -45,8 +45,18 @@ Builds: scandelete: - build-logic + - versionName: 2.4.5 + versionCode: 731 + commit: v2.4.5 + subdir: app + gradle: + - yes + prebuild: sed -i 's/ versionName = .*/versionName = "$$VERSION$$"/' build.gradle.kts + scandelete: + - build-logic + AutoUpdateMode: Version v%v UpdateCheckMode: HTTP UpdateCheckData: https://github.com/MRepoApp/MRepo/releases/latest/download/version_code.txt|versionCode=(\d+)|.|versionName=([\d.]+)\. -CurrentVersion: 2.4.4 -CurrentVersionCode: 713 +CurrentVersion: 2.4.5 +CurrentVersionCode: 731