Closed jon-moreira closed 2 years ago
@expouic open the Android folder of your React Native project in Android Studio and add the following Maven repository in the project level build.gradle file.
maven { url "https://downloads.zohocdn.com/wmslibrary" }
I'll try your suggestion, currently i'm using this:
// Zohodesk dependencies
maven { url 'https://maven.zohodl.com' }
@expouic you have to use both
maven { url "https://downloads.zohocdn.com/wmslibrary" } maven { url 'https://maven.zohodl.com' }
@mohanrajds works fine now with latest version. Thank you. Can you update the README.MD?
After switch from 1.0.4 to 1.0.7 i get this error when i try to build the app on Android.