Updating CheckData path for dev.theolm.wwc

This commit is contained in:
Theo Mota 2024-06-28 09:00:05 +00:00 committed by Licaon_Kter
parent 6c6c58fc66
commit 90a184206f

View file

@ -12,7 +12,7 @@ IssueTracker: https://github.com/theolm/WhatsAppNoContact/issues
RepoType: git
Repo: https://github.com/theolm/WhatsAppNoContact
Binaries: https://github.com/theolm/WhatsAppNoContact/releases/download/v%v/app-release.apk
Binaries: https://github.com/theolm/WhatsAppNoContact/releases/download/%v/app-release.apk
Builds:
- versionName: 0.4.0
@ -21,6 +21,7 @@ Builds:
subdir: app
gradle:
- yes
binary: https://github.com/theolm/WhatsAppNoContact/releases/download/v%v/app-release.apk
- versionName: 0.4.2
versionCode: 5
@ -28,6 +29,7 @@ Builds:
subdir: app
gradle:
- yes
binary: https://github.com/theolm/WhatsAppNoContact/releases/download/v%v/app-release.apk
- versionName: 0.5.0
versionCode: 6
@ -35,6 +37,7 @@ Builds:
subdir: app
gradle:
- yes
binary: https://github.com/theolm/WhatsAppNoContact/releases/download/v%v/app-release.apk
- versionName: 0.6.0
versionCode: 7
@ -42,6 +45,7 @@ Builds:
subdir: app
gradle:
- yes
binary: https://github.com/theolm/WhatsAppNoContact/releases/download/v%v/app-release.apk
- versionName: 0.7.0
versionCode: 8
@ -49,12 +53,21 @@ Builds:
subdir: app
gradle:
- yes
binary: https://github.com/theolm/WhatsAppNoContact/releases/download/v%v/app-release.apk
- versionName: v0.7.1
versionCode: 9
commit: 2b12c0382ebe9af2c2aec0479470116bb9e71d87
subdir: app
gradle:
- yes
scandelete:
- build-logic/build/
AllowedAPKSigningKeys: a51bcf4492e81eb4d522c06ca9a0d90ab60be70a1376da7b169f23d38431b2cd
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: buildSrc/src/main/java/ConfigData.kt|versionCode = (\d+)|.|versionName
= "([\d.]+)"
CurrentVersion: 0.7.0
CurrentVersionCode: 8
UpdateCheckData: app/build.gradle.kts|versionCode\s=\s(\d+)|.|versionName\s=\s"(.+)"
CurrentVersion: v0.7.1
CurrentVersionCode: 9