修改包名

This commit is contained in:
2026-06-11 14:25:09 +08:00
parent 57188d27cc
commit 9eb47345fe
108 changed files with 397 additions and 450 deletions

View File

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