bumped gradle files + changelog

This commit is contained in:
iNPUTmice 2014-11-09 11:09:52 +01:00
parent 589bf01545
commit 8c325dacf4
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
###Changelog
####Version 0.8.3
* increased UI performance
* fixed rotation bugs
####Version 0.8.2
* Share contacts via QR codes or NFC
* Slightly improved UI

View File

@ -45,8 +45,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 19
versionCode 34
versionName "0.8.2"
versionCode 35
versionName "0.8.3"
}
compileOptions {