Skip to content

Commit

Permalink
WIP 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarlreetz committed Sep 20, 2023
1 parent 6686071 commit 59fc9e3
Show file tree
Hide file tree
Showing 5 changed files with 21,910 additions and 14 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ dependencies {

implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.0.0")

implementation platform('org.jetbrains.kotlin:kotlin-bom:1.9.0')
implementation platform('org.jetbrains.kotlin:kotlin-bom:1.8.0')

implementation 'com.google.firebase:firebase-core:18.0.0'

Expand Down
4 changes: 1 addition & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@

buildscript {
ext {
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
ndkVersion = "23.1.7779620"
buildToolsVersion = "33.0.0"
minSdkVersion = 30
compileSdkVersion = 33
targetSdkVersion = 33
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
ndkVersion = "23.1.7779620"
kotlinVersion = "1.9.0"
kotlinVersion = "1.8.0"
RNMapboxMapsImpl = "mapbox" // required for v10
}
subprojects { subproject ->
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@react-navigation/native-stack": "6.7.0",
"@react-navigation/stack": "6.2.2",
"@reduxjs/toolkit": "1.9.1",
"@rnmapbox/maps": "10.0.15",
"@rnmapbox/maps": "v10.1.0-beta.4",
"@shopify/restyle": "1.8.0",
"@solana/spl-account-compression": "0.1.4",
"@solana/spl-memo": "^0.2.3",
Expand Down Expand Up @@ -167,7 +167,7 @@
"react-native-pager-view": "6.2.0",
"react-native-qrcode-svg": "6.1.2",
"react-native-randombytes": "3.6.1",
"react-native-reanimated": "~3.3.0",
"react-native-reanimated": "3.5.3",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-share": "7.9.0",
Expand Down
Loading

0 comments on commit 59fc9e3

Please sign in to comment.