Skip to content

Commit

Permalink
Merge branch 'jordijimenezguil-feature/mavencentral-instead-of-deprec…
Browse files Browse the repository at this point in the history
…ated-jcenter'
  • Loading branch information
paulnicholson committed Sep 28, 2022
2 parents 11ad9a5 + 247d00e commit c4d8337
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chatkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'com.google.android.material:material:1.3.0'
implementation "com.google.android.flexbox:flexbox:3.0.0"
implementation 'androidx.recyclerview:recyclerview:1.2.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 c4d8337

Please sign in to comment.