diff --git a/presentation/build.gradle b/presentation/build.gradle
index 5537290ee..34d09ce89 100644
--- a/presentation/build.gradle
+++ b/presentation/build.gradle
@@ -31,8 +31,8 @@ android {
         applicationId "com.moez.QKSMS"
         minSdkVersion 21
         targetSdkVersion 28
-        versionCode 192
-        versionName "3.6.2"
+        versionCode 193
+        versionName "3.6.3"
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
 
         buildConfigField "String", "BUGSNAG_API_KEY", "\"${System.getenv("BUGSNAG_API_KEY")}\""