Skip to content

Commit

Permalink
还原部分代码
Browse files Browse the repository at this point in the history
  • Loading branch information
214024475 committed Oct 11, 2024
1 parent cc5d72f commit 44da6e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions serial_lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
versionCode 401
versionName "4.0.1"
versionCode 411
versionName "4.1.1"
externalNativeBuild {
cmake {
arguments '-DANDROID_TOOLCHAIN=clang'
Expand All @@ -29,7 +29,6 @@ android {
externalNativeBuild {
cmake {
path "src/main/cpp/CMakeLists.txt"
version "3.18.1"
}
}

Expand Down

0 comments on commit 44da6e1

Please sign in to comment.