diff --git a/android/build.gradle b/android/build.gradle index d05bd00..829c6a9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -26,7 +26,10 @@ buildscript { rootProject.allprojects { repositories { - maven { url 'http://192.168.77.132:8081/#browse/browse:mvn2-group' } + maven { + url 'http://192.168.77.132:8081/repository/mvn2-group' + allowInsecureProtocol true + } google() mavenCentral() }