依存関係の表記をGoogleのドキュメントに合わせた

This commit is contained in:
ろむねこ 2024-01-15 12:12:22 +09:00
parent 004a0820e2
commit 0079987075
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -59,8 +59,13 @@ dependencies {
implementation 'androidx.compose.ui:ui-graphics'
implementation 'androidx.compose.ui:ui-tooling-preview'
implementation 'androidx.compose.material3:material3'
implementation 'com.google.firebase:firebase-firestore:24.4.1'
// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:32.7.0"))
// Declare the dependency for the Cloud Firestore library
// When using the BoM, you don't specify versions in Firebase library dependencies
implementation("com.google.firebase:firebase-firestore")
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'