bump version to 0.3.1 , update CHANGELOG.md
This commit is contained in:
parent
95d656d345
commit
40c76fcabf
|
@ -1,4 +1,6 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
####Version 0.3.1
|
||||||
|
* Miband: Fix for notifications only woking in Debug
|
||||||
|
|
||||||
####Version 0.3.0
|
####Version 0.3.0
|
||||||
* Miband: Initial support (see README.md)
|
* Miband: Initial support (see README.md)
|
||||||
|
|
|
@ -8,8 +8,8 @@ android {
|
||||||
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionCode 8
|
versionCode 9
|
||||||
versionName "0.3.0"
|
versionName "0.3.1"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|
Loading…
Reference in New Issue