version bump to 0.8.4

This commit is contained in:
iNPUTmice 2014-11-16 12:25:08 +01:00
parent ccc3c10066
commit 279534ddb4
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog ###Changelog
####Version 0.8.4
* bug fixes
####Version 0.8.3 ####Version 0.8.3
* increased UI performance * increased UI performance
* fixed rotation bugs * fixed rotation bugs

View File

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