Skip to content

Commit 790f653

Browse files
author
archurtan
committed
build.gradle使用指定版本的ndk
Change-Id: I42cffd8f905168368071df72802ac071d2fc8c06 (cherry picked from commit 6dd54ca)
1 parent b567942 commit 790f653

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ android {
2323
keyPassword '111222'
2424
}
2525
}
26+
ndkVersion "22.1.7171670"
2627
compileSdkVersion 29
2728
buildToolsVersion "29.0.2"
2829
defaultConfig {

sdkdemo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
keyPassword '111222'
2323
}
2424
}
25-
25+
ndkVersion "22.1.7171670"
2626
compileSdkVersion 29
2727
buildToolsVersion "29.0.2"
2828
defaultConfig {

0 commit comments

Comments
 (0)