react-native-leaflet icon indicating copy to clipboard operation
react-native-leaflet copied to clipboard

Android build error after install

Open alexsoul95 opened this issue 1 year ago • 0 comments

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used patch-package to patch [email protected] for the project I'm working on.

Here is the diff that solved my problem:

diff --git a/node_modules/react-native-leaflet-view/android/gradle.properties b/node_modules/react-native-leaflet-view/android/gradle.properties
index 3cb36dc..2867f1b 100644
--- a/node_modules/react-native-leaflet-view/android/gradle.properties
+++ b/node_modules/react-native-leaflet-view/android/gradle.properties
@@ -1,4 +1,4 @@
-Leaflet_kotlinVersion=1.3.50
+Leaflet_kotlinVersion=1.6.10
 Leaflet_compileSdkVersion=29
 Leaflet_buildToolsVersion=29.0.2
 Leaflet_targetSdkVersion=29

This issue body was partially generated by patch-package.

alexsoul95 avatar Dec 13 '23 09:12 alexsoul95