1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-14 17:10:16 +02:00

prepare for release

This commit is contained in:
Andreas Shimokawa 2015-04-29 00:23:00 +02:00
parent e65c492792
commit 93cc35bda5
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
###Changelog
####next release
####Version 0.3.4
* Pebble: Huge speedup for app/firmware installation.
* 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

View File

@ -8,8 +8,8 @@ android {
applicationId "nodomain.freeyourgadget.gadgetbridge"
minSdkVersion 19
targetSdkVersion 21
versionCode 11
versionName "0.3.3"
versionCode 12
versionName "0.3.4"
}
buildTypes {
release {