Skip to content

Commit

Permalink
🔖 版本3.240531.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jackie-yellow committed May 31, 2024
1 parent bde74c5 commit 8d5749a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion next/kmp/app/androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ android {
versionCode = libs.versions.versionCode.get().toInt()
versionName = libs.versions.versionName.get()

//ndk.abiFilters.addAll(listOf("arm64-v8a"))
ndk.abiFilters.addAll(listOf("arm64-v8a"))
}

packaging {
Expand Down
4 changes: 2 additions & 2 deletions next/kmp/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ compileSdkVersion = "34" # Int
buildToolsVersion = "29.0.2"
minSdkVersion = "28" # Int
targetSdkVersion = "34" # Int
versionCode = "110" # Int
versionName = "3.240528.0"
versionCode = "111" # Int
versionName = "3.240531.0"
kotlinCompilerExtensionVersion = "1.5.14"
jvmTarget = "17"
javaVersion = "VERSION_17" # JavaVersion.VERSION_17
Expand Down

0 comments on commit 8d5749a

Please sign in to comment.