1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-31 02:54:29 +02:00

bump version

This commit is contained in:
Andreas Shimokawa 2020-05-27 11:12:12 +02:00
parent b0b24f0c2a
commit 0affbc60cc
2 changed files with 3 additions and 3 deletions

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 28 targetSdkVersion 28
// Note: always bump BOTH versionCode and versionName! // Note: always bump BOTH versionCode and versionName!
versionName "0.44.0" versionName "0.44.1"
versionCode 173 versionCode 174
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="0.44.1" versioncode="174"></change> <release version="0.44.1" versioncode="174">
<change>Amazfit Bip S: Support setting shortcuts</change> <change>Amazfit Bip S: Support setting shortcuts</change>
<change>Amazfit Bip S: Fix setting display items</change> <change>Amazfit Bip S: Fix setting display items</change>
<change>Amazfit Bip S: Fix incoming call notification</change> <change>Amazfit Bip S: Fix incoming call notification</change>