bumped gradle files + changelog
This commit is contained in:
parent
589bf01545
commit
8c325dacf4
|
@ -1,5 +1,9 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 0.8.3
|
||||||
|
* increased UI performance
|
||||||
|
* fixed rotation bugs
|
||||||
|
|
||||||
####Version 0.8.2
|
####Version 0.8.2
|
||||||
* Share contacts via QR codes or NFC
|
* Share contacts via QR codes or NFC
|
||||||
* Slightly improved UI
|
* Slightly improved UI
|
||||||
|
|
|
@ -45,8 +45,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 19
|
targetSdkVersion 19
|
||||||
versionCode 34
|
versionCode 35
|
||||||
versionName "0.8.2"
|
versionName "0.8.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|
Loading…
Reference in a new issue