Update Breezy Weather to v5.2.1

This commit is contained in:
Julien Papasian 2024-04-21 14:09:31 +00:00 committed by linsui
parent 5e0922352e
commit 674050b41a

View file

@ -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