bump version, add changelog

This commit is contained in:
Andreas Shimokawa
2018-01-27 22:57:22 +01:00
parent ca761e6a7f
commit 5140809253
4 changed files with 19 additions and 5 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ android {
targetSdkVersion 25
// note: always bump BOTH versionCode and versionName!
versionName "0.24.1"
versionCode 118
versionName "0.24.2"
versionCode 119
vectorDrawables.useSupportLibrary = true
}
buildTypes {
+7 -3
View File
@@ -1,8 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release
version="0.24.1"
versioncode="118">
<release version="0.24.2" versioncode="119">
<change>Fix crash when changing the periodic database export interval</change>
<change>Amazfit Bip: Allow fonts and new res format to be flashed</change>
<change>Amazfit Cor: Allow new res format to be flashed</change>
<change>Pebble: Background js fixes</change>
</release>
<release version="0.24.1" versioncode="118">
<change>Amazfit Bip: prevent menu icons from vanishing when using firmware 0.1.0.51</change>
<change>Pebble: "find phone" feature for upcoming pebble helper app</change>
</release>