HD
Results
1
comments of
HD
add this snippet to android/app/build.gradle : ``` repositories { maven { url "http://dl.bintray.com/lukaville/maven" } } ``` and then change android/build.gradle all projects part to be like this ``` allprojects {...