prepare for release
This commit is contained in:
parent
e65c492792
commit
93cc35bda5
|
@ -1,5 +1,5 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
####next release
|
####Version 0.3.4
|
||||||
* Pebble: Huge speedup for app/firmware installation.
|
* Pebble: Huge speedup for app/firmware installation.
|
||||||
* Pebble: Use a separate notification with progress bar for installation procedure
|
* Pebble: Use a separate notification with progress bar for installation procedure
|
||||||
* Pebble: Bugfix for beeing stuck while waiting for a slot, when none is available
|
* Pebble: Bugfix for beeing stuck while waiting for a slot, when none is available
|
||||||
|
|
|
@ -8,8 +8,8 @@ android {
|
||||||
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionCode 11
|
versionCode 12
|
||||||
versionName "0.3.3"
|
versionName "0.3.4"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|
Loading…
Reference in New Issue