Fifth Alpha Release (actually fifth this time)

This commit is contained in:
Vavassor 2017-02-19 19:27:15 -05:00
commit dab6807bff
10 changed files with 43 additions and 30 deletions

View file

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