bump version, update changelog

master
Andreas Shimokawa 2017-03-17 22:52:36 +01:00
parent fe07e09d41
commit b2886b81c9
3 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,10 @@
###Changelog
###Version 0.18.1
* Pebble: Fix Firmware insstallation on Pebble Time Round (broken since 0.16.0)
* Start VibrationActivity when using "find device" button with Vibratissimo
* Support material fork of K9
###Version 0.18.0
* All new GUI for the control center
* Add Portuguese pt_PT and pt_BR translations

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 25
// note: always bump BOTH versionCode and versionName!
versionName "0.18.0"
versionCode 87
versionName "0.18.1"
versionCode 88
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.18.1" versioncode="88">
<change>Pebble: Fix Firmware insstallation on Pebble Time Round (broken since 0.16.0)</change>
<change>Start VibrationActivity when using "find device" button with Vibratissimo</change>
<change>Support material fork of K9</change>
</release>
<release version="0.18.0" versioncode="87">
<change>All new GUI for the control center</change>
<change>Add Portuguese pt_PT and pt_BR translations</change>