Skip to content

Commit

Permalink
change ndk version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Darwin Algarin Sarmiento authored and Darwin Algarin Sarmiento committed Jul 20, 2024
1 parent e2004ef commit 4b41ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Min SDK 21
### 2.1.2-ndk23-alpha (minSdkVersion 23)
- Upgrade minSdkVersion to 23
- Upgrade targetSdkVersion to 34
- Fix compatibility with mapbox min ndk version 23

### 2.1.2-alpha (minSdkVersion 21)
- Upgrade minSdkVersion to 21
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gradle.projectsEvaluated {
android {
namespace 'org.spatialite'
compileSdk 34
ndkVersion '21.0.6113669'
ndkVersion '23.0.7599858'

defaultConfig {
minSdk 21
Expand Down

0 comments on commit 4b41ed2

Please sign in to comment.