Fix compilation issue.
This commit is contained in:
parent
dbec1a0a60
commit
cc8b61c9c9
1 changed files with 4 additions and 4 deletions
|
|
@ -29,10 +29,6 @@ dependencyResolutionManagement {
|
|||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
// To have immediate access to Rust SDK versions
|
||||
maven {
|
||||
url = URI("https://s01.oss.sonatype.org/content/repositories/releases")
|
||||
}
|
||||
maven {
|
||||
url = URI("https://www.jitpack.io")
|
||||
content {
|
||||
|
|
@ -40,6 +36,10 @@ dependencyResolutionManagement {
|
|||
includeModule("com.github.matrix-org", "matrix-analytics-events")
|
||||
}
|
||||
}
|
||||
// To have immediate access to Rust SDK versions
|
||||
maven {
|
||||
url = URI("https://s01.oss.sonatype.org/content/repositories/releases")
|
||||
}
|
||||
flatDir {
|
||||
dirs("libraries/matrix/libs")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue