Skip to content

Commit

Permalink
Update NDK to 26.2.11394342 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
inahga authored Mar 4, 2024
1 parent d89fb37 commit 75019ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion divviup/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
namespace = "org.divviup.android"
compileSdk = 34

ndkVersion = "26.1.10909125"
ndkVersion = "26.2.11394342"

buildFeatures {
buildConfig = true
Expand Down
2 changes: 1 addition & 1 deletion sampleapp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
namespace = "org.divviup.sampleapp"
compileSdk = 34

ndkVersion = "26.1.10909125"
ndkVersion = "26.2.11394342"

defaultConfig {
applicationId = "org.divviup.sampleapp"
Expand Down

0 comments on commit 75019ca

Please sign in to comment.