mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 09:37:25 +00:00
Fixed build issues caused by Google jcenter fiasco.
Google removed a bunch of binaries from jcenter that they shouldn't have, breaking everyone's builds. So now we have manually add repos for the missing binaries in the meantime.
This commit is contained in:
@@ -50,6 +50,9 @@ repositories {
|
||||
maven { // textdrawable
|
||||
url 'https://dl.bintray.com/amulyakhare/maven'
|
||||
}
|
||||
maven {
|
||||
url 'https://dl.bintray.com/google/flexbox-layout/'
|
||||
}
|
||||
google()
|
||||
jcenter()
|
||||
mavenLocal()
|
||||
|
Reference in New Issue
Block a user