Skip to content

Commit 7437b4d

Browse files
committed
feat: update osmdroid to 6.1.16
1 parent 7a4a8fd commit 7437b4d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

android/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,8 @@ repositories {
7878

7979

8080
dependencies {
81-
// For < 0.71, this will be from the local maven repo
82-
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
83-
//noinspection GradleDynamicVersion
8481
implementation "com.facebook.react:react-native:+"
85-
implementation "org.osmdroid:osmdroid-android:6.1.13"
82+
implementation "org.osmdroid:osmdroid-android:6.1.16"
8683
}
8784

8885
if (isNewArchitectureEnabled()) {

0 commit comments

Comments
 (0)