Skip to content

Commit

Permalink
Merge pull request #130 from ZhuJHua/dev
Browse files Browse the repository at this point in the history
feat(android): update NDK and Kotlin versions
  • Loading branch information
ZhuJHua authored Jan 21, 2025
2 parents 3709b4f + f84f636 commit 1de5ae8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (flutterVersionName == null) {
android {
namespace = "cn.yooss.mood_diary"
compileSdk = 35
ndkVersion = "27.1.12297006"
ndkVersion = "27.2.12479018"

compileOptions {
sourceCompatibility = JavaVersion.VERSION_21
Expand Down Expand Up @@ -55,6 +55,7 @@ android {
versionCode = flutterVersionCode.toInteger()
versionName = flutterVersionName
ndk {
//noinspection ChromeOsAbiSupport
abiFilters 'arm64-v8a'
}
}
Expand Down
2 changes: 1 addition & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version '8.8.0' apply false
id "org.jetbrains.kotlin.android" version "2.0.21" apply false
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
}

include ":app"

0 comments on commit 1de5ae8

Please # to comment.