Skip to content

Commit

Permalink
Different NDK
Browse files Browse the repository at this point in the history
  • Loading branch information
giarc3 committed Sep 9, 2024
1 parent 06e1d37 commit e715028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/examples/Example_Application/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
buildToolsVersion "29.0.3"
// This is the same NDK version as used in ironoxide-android.
// We should keep these in sync for best compatibility.
ndkVersion "27.0.12077973"
ndkVersion "26.3.11579264"

defaultConfig {
applicationId "com.ironcorelabs.example_application"
Expand Down
2 changes: 1 addition & 1 deletion android/ironoxide-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
buildToolsVersion "29.0.3"
// Locked NDK version for consistent builds. We use the same version in the Example App
// and they should remain in sync for best compatibility.
ndkVersion "27.0.12077973"
ndkVersion "26.3.11579264"

defaultConfig {
// sdk version 24 required to support Java's Optional type
Expand Down

0 comments on commit e715028

Please sign in to comment.