feat: 初始化 Android 项目结构及配置文件
This commit is contained in:
8
android/settings.gradle
Normal file
8
android/settings.gradle
Normal file
@@ -0,0 +1,8 @@
|
||||
include ':app'
|
||||
|
||||
// Cordova / Capacitor 插件聚合模块
|
||||
include ':capacitor-cordova-android-plugins'
|
||||
project(':capacitor-cordova-android-plugins').projectDir = new File('capacitor-cordova-android-plugins')
|
||||
|
||||
// Capacitor 自动生成的核心与插件模块
|
||||
apply from: "capacitor.settings.gradle"
|
||||
Reference in New Issue
Block a user