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