1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-20 03:50:43 +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 ###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

View File

@ -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 {