同步 oneApp 的代码

This commit is contained in:
2025-09-17 15:09:05 +08:00
parent 62924296b2
commit 33aef48f84
21 changed files with 597 additions and 186 deletions

View File

@@ -5,7 +5,6 @@ buildscript {
ext.kotlin_version = '2.1.20'
repositories {
maven { url file("mavenLocal") }
google()
mavenCentral()
}
@@ -19,7 +18,6 @@ buildscript {
allprojects {
repositories {
maven { url file("mavenLocal") }
google()
mavenCentral()
}
@@ -50,7 +48,7 @@ android {
}
defaultConfig {
minSdkVersion 23
minSdkVersion 21
ndk {
abiFilters "armeabi-v7a", "arm64-v8a"
}
@@ -77,9 +75,9 @@ android {
}
repositories {
// flatDir {
// dirs("libs")
// }
flatDir {
dirs("libs")
}
}
dependencies {
@@ -87,8 +85,6 @@ android {
implementation 'com.alibaba:fastjson:1.2.83'
// compileOnly files("$flutterRoot/bin/cache/artifacts/engine/android-arm/flutter.jar")
// implementation(files("libs/fastjson-1.1.46.android.jar"))
// implementation(files("libs/nui-release-1.0.0.aar"))
// implementation(files("libs/nui-release-1.0.0.aar"))
}
}

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
rootProject.name = 'ai_assistant_plugin'
rootProject.name = 'ai_assistant_plugin'