1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Use vanniktechEmoji "0.16.0-SNAPSHOT"

This commit is contained in:
Benoit Marty
2022-09-16 23:12:48 +02:00
parent 84afa4714a
commit a1f4ffbf17
3 changed files with 19 additions and 2 deletions

View File

@@ -71,6 +71,14 @@ allprojects {
groups.mavenCentral.group.each { includeGroup it }
}
}
// snapshots repository
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"
content {
groups.snapshot.regex.each { includeGroupByRegex it }
groups.snapshot.group.each { includeGroup it }
}
}
maven {
url 'https://jitpack.io'
content {