mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
bump version, add changelog
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
### Changelog
|
||||
|
||||
#### Version 0.20.1
|
||||
* Amazfit Bip: Support icons and text body for notifications
|
||||
|
||||
#### Version 0.20.0
|
||||
* Inital Amazfit Bip support (WIP)
|
||||
* Various theming fixes
|
||||
|
||||
+2
-2
@@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 25
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.20.0"
|
||||
versionCode 98
|
||||
versionName "0.20.1"
|
||||
versionCode 99
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.20.1" versioncode="99">
|
||||
<change>Amazfit Bip: Support icons and text body for notifications</change>
|
||||
</release>
|
||||
<release version="0.20.0" versioncode="98">
|
||||
<change>Inital Amazfit Bip support (WIP)</change>
|
||||
<change>Various theming fixes</change>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
* Amazfit Bip: Support icons and text body for notifications
|
||||
Reference in New Issue
Block a user