2b4a7b2c50
添加安全区域插件和样式处理,优化移动端视图布局 重构路由和导航结构,改进底部导航栏 增强原生功能集成,包括状态栏和导航栏控制 优化位置服务和后台任务处理 更新语言包和样式以适应移动端体验
28 lines
867 B
Groovy
28 lines
867 B
Groovy
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
|
|
|
android {
|
|
compileOptions {
|
|
sourceCompatibility JavaVersion.VERSION_21
|
|
targetCompatibility JavaVersion.VERSION_21
|
|
}
|
|
}
|
|
|
|
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
|
|
dependencies {
|
|
implementation project(':capacitor-community-background-geolocation')
|
|
implementation project(':capacitor-community-safe-area')
|
|
implementation project(':capacitor-app')
|
|
implementation project(':capacitor-app-launcher')
|
|
implementation project(':capacitor-device')
|
|
implementation project(':capacitor-geolocation')
|
|
implementation project(':capacitor-local-notifications')
|
|
implementation project(':capacitor-network')
|
|
implementation project(':capacitor-preferences')
|
|
|
|
}
|
|
|
|
|
|
if (hasProperty('postBuildExtras')) {
|
|
postBuildExtras()
|
|
}
|