diff --git a/app/build.gradle b/app/build.gradle index e915c373..11a484c3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.keylesspalace.tusky" minSdkVersion 19 targetSdkVersion 27 - versionCode 35 - versionName "1.6.0" + versionCode 36 + versionName "1.6.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary true }