mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Update Breezy Weather to v5.2.1
This commit is contained in:
parent
5e0922352e
commit
674050b41a
1 changed files with 12 additions and 2 deletions
|
|
@ -30,6 +30,16 @@ Builds:
|
|||
output: build/outputs/apk/freenet/release/app-freenet-universal-release-unsigned.apk
|
||||
binary: https://github.com/breezy-weather/breezy-weather/releases/download/v5.2.0/breezy-weather-v%v.apk
|
||||
|
||||
- versionName: 5.2.1_freenet
|
||||
versionCode: 50201
|
||||
commit: b82786dc2d4138305c0f88d0c97388ac299e27ef
|
||||
subdir: app
|
||||
gradle:
|
||||
- freenet
|
||||
output: build/outputs/apk/freenet/release/app-freenet-universal-release-unsigned.apk
|
||||
binary: https://github.com/breezy-weather/breezy-weather/releases/download/v5.2.1/breezy-weather-v%v.apk
|
||||
prebuild: sed -i -e 's/--short/--short=7/g' ../buildSrc/src/main/kotlin/Commands.kt
|
||||
|
||||
AllowedAPKSigningKeys: 29d435f70aa9aec3c1faff7f7ffa6e15785088d87f06ecfcab9c3cc62dc269d8
|
||||
|
||||
MaintainerNotes: Per flavor versionName suffix does not allow to template the Binaries
|
||||
|
|
@ -37,5 +47,5 @@ MaintainerNotes: Per flavor versionName suffix does not allow to template the Bi
|
|||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
CurrentVersion: 5.2.0_freenet
|
||||
CurrentVersionCode: 50200
|
||||
CurrentVersion: 5.2.1_freenet
|
||||
CurrentVersionCode: 50201
|
||||
|
|
|
|||
Loading…
Reference in a new issue