diff --git a/app/build.gradle b/app/build.gradle index 20a8d6b4c..ec1a6174b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.keylesspalace.tusky" minSdkVersion 15 targetSdkVersion 25 - versionCode 7 - versionName "1.0.0-alpha.7" + versionCode 8 + versionName "1.0.0-alpha.8" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary true }