修改包名
This commit is contained in:
@@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "com.example.defenseapplication"
|
||||
namespace = "com.ckkj.defense_device"
|
||||
compileSdk {
|
||||
version = release(36) {
|
||||
minorApiLevel = 1
|
||||
@@ -11,7 +11,7 @@ android {
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "com.example.defenseapplication"
|
||||
applicationId = "com.ckkj.defense_device"
|
||||
minSdk = 24
|
||||
targetSdk = 30
|
||||
versionCode = 1
|
||||
|
||||
Reference in New Issue
Block a user