Sixth Alpha Release

This commit is contained in:
Vavassor 2017-03-01 16:01:49 -05:00
commit 4fdeba248a
3 changed files with 9 additions and 4 deletions

View file

@ -7,8 +7,8 @@ android {
applicationId "com.keylesspalace.tusky"
minSdkVersion 15
targetSdkVersion 25
versionCode 5
versionName "1.0.0-alpha.5"
versionCode 6
versionName "1.0.0-alpha.6"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary true
}