Third bugfix release

This commit is contained in:
Vavassor 2017-03-21 09:07:13 -04:00
parent 3dc5e3dd30
commit 8b8911bfd0
1 changed files with 2 additions and 2 deletions

View File

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