bump version update changelog
This commit is contained in:
parent
4de45787c3
commit
26bab26917
|
@ -1,6 +1,10 @@
|
|||
###Changelog
|
||||
|
||||
|
||||
####Version 0.11.1
|
||||
* Various fixes (including crashes) for location settings
|
||||
* Pebble: Support Pebble Time 2 emulator (needs recompilation of Gadgetbridge)
|
||||
|
||||
####Version 0.11.0
|
||||
* Pebble: new App Manager (keeps track of installed apps and allows app sorting on FW 3.x)
|
||||
* Pebble: call dismissal with canned SMS (FW 3.x)
|
||||
|
|
|
@ -18,8 +18,8 @@ android {
|
|||
targetSdkVersion 23
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.11.0"
|
||||
versionCode 56
|
||||
versionName "0.11.1"
|
||||
versionCode 57
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.11.1" versioncode="57">
|
||||
<change>Various fixes (including crashes) for location settings</change>
|
||||
<change>Pebble: Support Pebble Time 2 emulator (needs recompilation of Gadgetbridge)</change>
|
||||
</release>
|
||||
<release version="0.11.0" versioncode="56">
|
||||
<change>Pebble: new App Manager (keeps track of installed apps and allows app sorting on FW 3.x)</change>
|
||||
<change>Pebble: call dismissal with canned SMS (FW 3.x)</change>
|
||||
|
|
Loading…
Reference in New Issue