feat: 初始化bj_power_app扫码app项目骨架

This commit is contained in:
zhoujianjin
2026-09-11 16:20:15 +08:00
parent 0ab21b1234
commit 0b3e06f86f
24 changed files with 1158 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
}
}
rootProject.name = "bj_power_app"
include ':app'