bumped gradle files + changelog
This commit is contained in:
parent
589bf01545
commit
8c325dacf4
|
@ -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
|
||||
|
|
|
@ -45,8 +45,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 19
|
||||
versionCode 34
|
||||
versionName "0.8.2"
|
||||
versionCode 35
|
||||
versionName "0.8.3"
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
|
Loading…
Reference in a new issue