mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
[Citrine] Change binary name
This commit is contained in:
parent
1c54ef6258
commit
75a1141fd6
1 changed files with 14 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ Donate: https://greenart7c3.com/
|
|||
|
||||
RepoType: git
|
||||
Repo: https://github.com/greenart7c3/Citrine.git
|
||||
Binaries: https://github.com/greenart7c3/Citrine/releases/download/v%v/citrine-universal-v%v.apk
|
||||
Binaries: https://github.com/greenart7c3/Citrine/releases/download/v%v/citrine-fdroid-universal-v%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 0.4.1
|
||||
|
|
@ -20,6 +20,7 @@ Builds:
|
|||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/greenart7c3/Citrine/releases/download/v%v/citrine-universal-v%v.apk
|
||||
prebuild: sed -i -e '/isEnable = true/d' build.gradle.kts
|
||||
|
||||
- versionName: 0.4.3
|
||||
|
|
@ -28,12 +29,22 @@ Builds:
|
|||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/greenart7c3/Citrine/releases/download/v%v/citrine-universal-v%v.apk
|
||||
prebuild: sed -i -e '/isEnable = true/d' build.gradle.kts
|
||||
|
||||
- versionName: 0.4.4
|
||||
versionCode: 31
|
||||
commit: 53c8ce2987db99f016bb85511a502e54ca556cf7
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/greenart7c3/Citrine/releases/download/v%v/citrine-universal-v%v.apk
|
||||
prebuild: sed -i -e '/isEnable = true/d' build.gradle.kts
|
||||
|
||||
- versionName: 0.5.0
|
||||
versionCode: 32
|
||||
commit: 512294a05ca1e13b7be8245a73202053e53e1c44
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/isEnable = true/d' build.gradle.kts
|
||||
|
|
@ -42,5 +53,5 @@ AllowedAPKSigningKeys: da2f6c5a75edc14a535a4397a9daef45b93e03e12082524fe5bae867a
|
|||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ((?!pre).)*$
|
||||
CurrentVersion: 0.4.4
|
||||
CurrentVersionCode: 31
|
||||
CurrentVersion: 0.5.0
|
||||
CurrentVersionCode: 32
|
||||
|
|
|
|||
Loading…
Reference in a new issue