Skip to content

Commit

Permalink
user mavencentral instead of jcenter and upgrade several google lib v…
Browse files Browse the repository at this point in the history
…ersions
  • Loading branch information
jordi-jimenez committed Oct 24, 2021
1 parent d10cfe3 commit 247d00e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
Expand All @@ -16,7 +16,7 @@ plugins {

allprojects {
repositories {
jcenter()
mavenCentral()
google()
maven { url "https://jitpack.io" }
}
Expand Down
8 changes: 4 additions & 4 deletions chatkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation "com.google.android:flexbox:1.0.0"
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'com.google.android.flexbox:flexbox:3.0.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
}

0 comments on commit 247d00e

Please sign in to comment.