Skip to content

Commit

Permalink
chore: update nodejs mobile to v18 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Feb 27, 2024
1 parent 5f6b225 commit fca0d5d
Show file tree
Hide file tree
Showing 12 changed files with 1,147 additions and 1,247 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.18
20
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ loadDotEnv()
buildscript {
ext {
buildToolsVersion = "33.0.0"
minSdkVersion = 21
minSdkVersion = 24
compileSdkVersion = 33
targetSdkVersion = 33
kotlinVersion = findProperty("android.kotlinVersion") ?: "1.8.10"

// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
ndkVersion = "23.1.7779620"
// We use NDK >= 24 due to NodeJS Mobile React Native
ndkVersion = "24.0.8215888"
RNMapboxMapsImpl = "mapbox"
}
repositories {
Expand Down
Loading

0 comments on commit fca0d5d

Please sign in to comment.