diff --git a/app/build.gradle b/app/build.gradle index 83c2245e..48a30e1b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.keylesspalace.tusky" minSdkVersion 15 targetSdkVersion 25 - versionCode 17 - versionName "1.1.4-beta.1" + versionCode 18 + versionName "1.1.4-beta.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary true }