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