update flexbox and delete maven repository

This commit is contained in:
AdrianLxM 2021-07-09 18:20:10 +02:00
parent 275fe74044
commit da55d65907
2 changed files with 1 additions and 2 deletions

View file

@ -64,7 +64,6 @@ allprojects {
mavenCentral()
maven { url "https://maven.google.com" }
maven { url 'https://jitpack.io' }
maven { url "https://google.bintray.com/flexbox-layout" }
ivy {
url 'https://github.com/'
patternLayout {

View file

@ -87,7 +87,7 @@ dependencies {
api 'com.google.android.gms:play-services-wearable:17.0.0'
api 'com.google.android.gms:play-services-location:17.1.0'
api("com.google.android:flexbox:2.0.1")
api("com.google.android.flexbox:flexbox:3.0.0")
api("io.socket:socket.io-client:1.0.0") {
// excluding org.json which is provided by Android
exclude group: "org.json", module: "json"