diff --git a/app/build.gradle b/app/build.gradle index ceb8c1a7..32fd2c2f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.keylesspalace.tusky" minSdkVersion 18 targetSdkVersion 27 - versionCode 32 - versionName "1.5.0" + versionCode 33 + versionName "1.5.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary true }