diff --git a/app/build.gradle b/app/build.gradle index cb90ec86..d19341da 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.keylesspalace.tusky" minSdkVersion 15 targetSdkVersion 27 - versionCode 28 - versionName "1.3.0" + versionCode 29 + versionName "1.3.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary true }