Malik056
Results
3
comments of
Malik056
Yes, same problem, shouldn't depend on the file extension
Just add this in `settings.gradle` file > maven { url 'https://jitpack.io' } The `settings.gradle` file will look like this ```gradle repositories { google() mavenCentral() maven { url 'https://jitpack.io' } }...
any resolution yet?