Skip to content

Commit

Permalink
chore: update support libraries (maplibre#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahsporck authored Feb 2, 2024
1 parent ccde19d commit 27ec4c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Please add unreleased changes in the following style:
PR Title ([#123](link to my pr))
```

chore: update support libraries ([#121](https://github.com/maplibre/maplibre-react-native/pull/121)).

## 10.0.0-alpha.1

fix: plugin for debug simulator ([#164](https://github.com/maplibre/maplibre-react-native/pull/164)
Expand Down
6 changes: 3 additions & 3 deletions android/rctmgl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ dependencies {
implementation "org.maplibre.gl:android-sdk-turf:5.9.0"

// Dependencies
implementation "com.android.support:support-vector-drawable:${safeExtGet('supportLibVersion', '28.0.0')}"
implementation "com.android.support:support-annotations:${safeExtGet('supportLibVersion', '28.0.0')}"
implementation "com.android.support:appcompat-v7:${safeExtGet('supportLibVersion', '28.0.0')}"
implementation "androidx.vectordrawable:vectordrawable:1.1.0"
implementation "androidx.annotation:annotation:1.7.0"
implementation "androidx.appcompat:appcompat:1.6.1"
implementation "com.squareup.okhttp3:okhttp:${safeExtGet('okhttpVersion', '4.9.0')}"
implementation "com.squareup.okhttp3:okhttp-urlconnection:${safeExtGet('okhttpVersion', '4.9.0')}"

Expand Down

0 comments on commit 27ec4c6

Please sign in to comment.