Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
update firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jiabaow committed Apr 23, 2022
1 parent d9d7d2d commit a0eabe9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'com.google.firebase:firebase-auth-ktx:21.0.1'
implementation 'com.google.firebase:firebase-auth-ktx:21.0.3'
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'
implementation 'com.squareup.retrofit2:retrofit:2.0.0'
implementation 'com.squareup.retrofit2:converter-gson:2.0.0'
implementation 'com.google.firebase:firebase-database-ktx'
implementation 'com.google.firebase:firebase-storage-ktx'
implementation 'junit:junit:4.13.2'
implementation 'com.google.firebase:firebase-firestore-ktx:24.0.2'
implementation 'com.google.firebase:firebase-firestore-ktx:24.1.1'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.json:json:20180813'
testImplementation 'org.robolectric:robolectric:4.6'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ class ScoreBoardActivity : AppCompatActivity() {
}

override fun onCancelled(error: DatabaseError) {
Log.w(ContentValues.TAG, "loadPlayers:onCancelled", error.toException())
}
Log.w(ContentValues.TAG, "loadPlayers:onCancelled", error.toException()) }
})
}

Expand Down

0 comments on commit a0eabe9

Please sign in to comment.