Update app/build.gradle.kts

This commit is contained in:
Nova Cat 2025-03-14 17:10:50 -07:00
parent 402315bda7
commit cd4217a7b8

View file

@ -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"
}