Skip to content

Commit

Permalink
fix ndk
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb2060 committed Feb 7, 2025
1 parent a881539 commit e2fedfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion curl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def enableLTO = providers.gradleProperty("enableLTO")
android {
compileSdk = 35
buildToolsVersion = "35.0.1"
ndkVersion = "28.0.12674087"
ndkVersion = "28.0.13004108"
namespace = "io.github.vvb2060.ndk.curl"
defaultConfig {
minSdk = 21
Expand Down
2 changes: 1 addition & 1 deletion tool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
android {
compileSdk = 35
buildToolsVersion = "35.0.1"
ndkVersion = "28.0.12674087"
ndkVersion = "28.0.13004108"
namespace = "io.github.vvb2060.ndk.curl"
defaultConfig {
applicationId = "io.github.vvb2060.ndk.curl"
Expand Down

0 comments on commit e2fedfe

Please sign in to comment.