Fix compilation issue.
This commit is contained in:
@@ -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")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user