diff --git a/app/build.gradle b/app/build.gradle index 8b27baf3..c54ca9f5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "com.keylesspalace.tusky" minSdkVersion 21 targetSdkVersion 28 - versionCode 50 - versionName "4.0 beta 1" + versionCode 51 + versionName "4.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true }