Skip to content

Commit

Permalink
build.gradle使用指定版本的ndk
Browse files Browse the repository at this point in the history
Change-Id: I42cffd8f905168368071df72802ac071d2fc8c06
(cherry picked from commit 6dd54ca)
  • Loading branch information
archurtan committed Oct 9, 2021
1 parent 20101a7 commit faa2c1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ android {
keyPassword '111222'
}
}
ndkVersion "22.1.7171670"
compileSdkVersion 29
buildToolsVersion "29.0.2"
defaultConfig {
Expand Down
2 changes: 1 addition & 1 deletion sdkdemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
keyPassword '111222'
}
}

ndkVersion "22.1.7171670"
compileSdkVersion 29
buildToolsVersion "29.0.2"
defaultConfig {
Expand Down

0 comments on commit faa2c1f

Please sign in to comment.