1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-03 17:02:13 +01:00

bump version, add draft changelog

This commit is contained in:
Andreas Shimokawa 2020-11-21 22:25:45 +01:00
parent 58ef50470e
commit 99d1a0f0b9
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
### Changelog ### Changelog
#### 0.50.0 (WIP)
* Initial support for Casio GBX-100
* Mi/Amazfit Band 5: Support watchface installation
#### 0.49.0 #### 0.49.0
* Initial support for Amazfit Bip S Lite * Initial support for Amazfit Bip S Lite
* Initial support for Amazfit GTR/GTS 2 * Initial support for Amazfit GTR/GTS 2

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 29 targetSdkVersion 29
// Note: always bump BOTH versionCode and versionName! // Note: always bump BOTH versionCode and versionName!
versionName "0.49.0" versionName "0.50.0"
versionCode 183 versionCode 184
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {