version bump and changelog

This commit is contained in:
Daniel Gultsch 2015-12-29 12:54:58 +01:00
parent cfccf5e90d
commit 42fb9539f8
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
###Changelog
####Version 1.8.3
* brought text selection back
####Version 1.8.2
* fixed stuck at 'connecting...' bug
* make message box behave correctly with multiple links
####Version 1.8.1
* enabled direct share on Android 6.0
* ask for permissions on Android 6.0

View File

@ -53,8 +53,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 113
versionName "1.8.2"
versionCode 114
versionName "1.8.3"
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
}