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