bump version, update README.md and CHANGELOG.md

master
Andreas Shimokawa 2015-03-18 12:31:33 +01:00
parent a746ed4a2b
commit f9166735ad
3 changed files with 4 additions and 6 deletions

View File

@ -2,6 +2,8 @@
####Version 0.1.2
* Added option to start Gadgetbridge and connect automatically when bluetooth is turned on
* stop service if bluetooth is turned off
* try to reconnect if connection was lost
####Version 0.1.1
* Fixed various bugs regarding K-9 Mail notifications.

View File

@ -26,10 +26,6 @@ How to use:
Known Issues:
* No reconnect, if connection is lost, you have to press "connect" again
* Android 4.4+ only, we can only change this by not handling generic
notifications or by using AccessibiltyService. Don't know if it is worth the
hassle.
Apart from that there are many internal design flaws which we will discuss using
the issue tracker.

View File

@ -8,8 +8,8 @@ android {
applicationId "nodomain.freeyourgadget.gadgetbridge"
minSdkVersion 19
targetSdkVersion 21
versionCode 2
versionName "0.1.1"
versionCode 3
versionName "0.1.2"
}
buildTypes {
release {