Skip to content

Commit

Permalink
chore(gradle): update dependencies
Browse files Browse the repository at this point in the history
SUITEDEV-28068

Co-authored-by: davidSchuppa <[email protected]>
Co-authored-by: LasOri <[email protected]>
Co-authored-by: kovacszsoltizsolt <[email protected]>
  • Loading branch information
4 people committed Jun 9, 2021
1 parent a5e427f commit 546fe70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ dependencies {
// Getting a "Could not find firebase-core" error? Make sure you have
// the latest Google Repository in the Android SDK manager

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32"
implementation "org.jetbrains.kotlin:kotlin-reflect:1.4.32"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.10"
implementation "org.jetbrains.kotlin:kotlin-reflect:1.5.10"

implementation 'com.google.android.material:material:1.3.0'
implementation 'com.android.support:cardview-v7:28.0.0'
implementation 'com.google.android.gms:play-services-auth:19.0.0'

implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'androidx.core:core-ktx:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.navigation:navigation-ui-ktx:2.3.5'
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'
Expand Down

0 comments on commit 546fe70

Please sign in to comment.