Third alpha release

This commit is contained in:
Vavassor 2017-02-16 17:10:45 -05:00
parent 96a5692717
commit 8964c61397
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 2
versionName "1.0.0-alpha.2"
versionCode 3
versionName "1.0.0-alpha.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary true
}