Skip to content

Commit

Permalink
Updated some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
50t0r25 committed May 12, 2022
1 parent 55ed4f2 commit 9b95992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ dependencies {

implementation 'com.jaredrummler:material-spinner:1.3.1' // Custom spinner

implementation platform('com.google.firebase:firebase-bom:29.3.1') // Firebase Bill of Materials
implementation platform('com.google.firebase:firebase-bom:30.0.0') // Firebase Bill of Materials

// Other firebase dependencies
implementation 'com.google.firebase:firebase-auth-ktx'
implementation 'com.google.firebase:firebase-firestore-ktx'

implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'com.google.android.material:material:1.6.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
Expand Down

0 comments on commit 9b95992

Please sign in to comment.