Compare commits

...

1 Commits
0.0.1 ... 0.0.2

Author SHA1 Message Date
cpdl
875dbf5bb2 no message 2024-11-18 10:22:14 +08:00

View File

@@ -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()
}