Second bugfix release. Also fixes localization build issues.

This commit is contained in:
Vavassor 2017-03-21 01:13:08 -04:00
commit 2c76a65145
5 changed files with 19 additions and 24 deletions

View file

@ -7,8 +7,8 @@ android {
applicationId "com.keylesspalace.tusky"
minSdkVersion 15
targetSdkVersion 25
versionCode 10
versionName "1.0.1"
versionCode 11
versionName "1.0.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary true
}