diff --git a/app/build.gradle b/app/build.gradle index 998c29c7..d9137fe2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,8 +19,8 @@ android { applicationId "com.keylesspalace.tusky" minSdkVersion 19 targetSdkVersion 27 - versionCode 47 - versionName "3.0 beta 2" + versionCode 48 + versionName "3.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary true }