Skip to content

Commit 94cd2d8

Browse files
committed
修改ndk版本
Change-Id: I10ab863b88ac45058cb40d5b0fcada50ece50a1d
1 parent 5dbedb8 commit 94cd2d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
keyPassword '111222'
2424
}
2525
}
26-
ndkVersion "22.1.7171670"
26+
ndkVersion "21.4.7075529"
2727
compileSdkVersion 29
2828
buildToolsVersion "29.0.2"
2929
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-
ndkVersion "22.1.7171670"
25+
ndkVersion "21.4.7075529"
2626
compileSdkVersion 29
2727
buildToolsVersion "29.0.2"
2828
defaultConfig {

0 commit comments

Comments
 (0)