We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4a8fd commit 7437b4dCopy full SHA for 7437b4d
android/build.gradle
@@ -78,11 +78,8 @@ repositories {
78
79
80
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
84
implementation "com.facebook.react:react-native:+"
85
- implementation "org.osmdroid:osmdroid-android:6.1.13"
+ implementation "org.osmdroid:osmdroid-android:6.1.16"
86
}
87
88
if (isNewArchitectureEnabled()) {
0 commit comments