diff --git a/app/build.gradle b/app/build.gradle index e23be76e..91a1e653 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.keylesspalace.tusky" minSdkVersion 19 targetSdkVersion 27 - versionCode 37 - versionName "1.7.0" + versionCode 38 + versionName "1.8.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary true }