diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index b7621de..bcf8f61 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -5,15 +5,15 @@ plugins {
 }
 
 android {
-    namespace = "codes.swee.DiceAppM3"
+    namespace = "codes.swee.diceapp"
     compileSdk = 35
 
     defaultConfig {
-        applicationId = "codes.swee.DiceAppM3"
+        applicationId = "codes.swee.diceapp"
         minSdk = 21
         targetSdk = 35
-        versionCode = 1
-        versionName = "1.0"
+        versionCode = 8
+        versionName = "1.4"
 
         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
     }