同步 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

@@ -24,7 +24,7 @@ android {
applicationId = "com.example.example"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = flutter.minSdkVersion
minSdk = 23
targetSdk = flutter.targetSdkVersion
versionCode = flutter.versionCode
versionName = flutter.versionName
@@ -44,7 +44,7 @@ android {
includeInApk = includeInApk
includeInBundle = includeInBundle
}
ndkVersion = ndkVersion
ndkVersion = "27.0.12077973"
}
flutter {