mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Updating CheckData path for dev.theolm.wwc
This commit is contained in:
parent
6c6c58fc66
commit
90a184206f
1 changed files with 18 additions and 5 deletions
|
|
@ -12,7 +12,7 @@ IssueTracker: https://github.com/theolm/WhatsAppNoContact/issues
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/theolm/WhatsAppNoContact
|
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:
|
Builds:
|
||||||
- versionName: 0.4.0
|
- versionName: 0.4.0
|
||||||
|
|
@ -21,6 +21,7 @@ Builds:
|
||||||
subdir: app
|
subdir: app
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
binary: https://github.com/theolm/WhatsAppNoContact/releases/download/v%v/app-release.apk
|
||||||
|
|
||||||
- versionName: 0.4.2
|
- versionName: 0.4.2
|
||||||
versionCode: 5
|
versionCode: 5
|
||||||
|
|
@ -28,6 +29,7 @@ Builds:
|
||||||
subdir: app
|
subdir: app
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
binary: https://github.com/theolm/WhatsAppNoContact/releases/download/v%v/app-release.apk
|
||||||
|
|
||||||
- versionName: 0.5.0
|
- versionName: 0.5.0
|
||||||
versionCode: 6
|
versionCode: 6
|
||||||
|
|
@ -35,6 +37,7 @@ Builds:
|
||||||
subdir: app
|
subdir: app
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
binary: https://github.com/theolm/WhatsAppNoContact/releases/download/v%v/app-release.apk
|
||||||
|
|
||||||
- versionName: 0.6.0
|
- versionName: 0.6.0
|
||||||
versionCode: 7
|
versionCode: 7
|
||||||
|
|
@ -42,6 +45,7 @@ Builds:
|
||||||
subdir: app
|
subdir: app
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
binary: https://github.com/theolm/WhatsAppNoContact/releases/download/v%v/app-release.apk
|
||||||
|
|
||||||
- versionName: 0.7.0
|
- versionName: 0.7.0
|
||||||
versionCode: 8
|
versionCode: 8
|
||||||
|
|
@ -49,12 +53,21 @@ Builds:
|
||||||
subdir: app
|
subdir: app
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- 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
|
AllowedAPKSigningKeys: a51bcf4492e81eb4d522c06ca9a0d90ab60be70a1376da7b169f23d38431b2cd
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: buildSrc/src/main/java/ConfigData.kt|versionCode = (\d+)|.|versionName
|
UpdateCheckData: app/build.gradle.kts|versionCode\s=\s(\d+)|.|versionName\s=\s"(.+)"
|
||||||
= "([\d.]+)"
|
CurrentVersion: v0.7.1
|
||||||
CurrentVersion: 0.7.0
|
CurrentVersionCode: 9
|
||||||
CurrentVersionCode: 8
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue