diff --git a/app/build.gradle b/app/build.gradle index 7ea77d4b..c75457b9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.keylesspalace.tusky" minSdkVersion 15 targetSdkVersion 25 - versionCode 13 - versionName "1.1.0" + versionCode 14 + versionName "1.1.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary true }