parent
402315bda7
commit
cd4217a7b8
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue