Skip to content

Commit e2fedfe

Browse files
committed
fix ndk
1 parent a881539 commit e2fedfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

curl/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def enableLTO = providers.gradleProperty("enableLTO")
99
android {
1010
compileSdk = 35
1111
buildToolsVersion = "35.0.1"
12-
ndkVersion = "28.0.12674087"
12+
ndkVersion = "28.0.13004108"
1313
namespace = "io.github.vvb2060.ndk.curl"
1414
defaultConfig {
1515
minSdk = 21

tool/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
android {
66
compileSdk = 35
77
buildToolsVersion = "35.0.1"
8-
ndkVersion = "28.0.12674087"
8+
ndkVersion = "28.0.13004108"
99
namespace = "io.github.vvb2060.ndk.curl"
1010
defaultConfig {
1111
applicationId = "io.github.vvb2060.ndk.curl"

0 commit comments

Comments
 (0)