增加开机启动

This commit is contained in:
2025-08-22 17:34:56 +08:00
parent ca2041fe76
commit e153f3e3b9
12 changed files with 42 additions and 0 deletions
+8
View File
@@ -4,6 +4,14 @@ plugins {
}
android {
signingConfigs {
getByName("debug") {
storeFile = file("../app/swkey.jks")
storePassword = "123456"
keyPassword = "123456"
keyAlias = "android"
}
}
namespace = "com.shuwei.intelligent.shelves"
compileSdk = 34