Skip to content

Commit

Permalink
MBL-1348: Firebase BOM version updated (#2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkariang authored Apr 22, 2024
1 parent c4825d1 commit c96d61a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ dependencies {
implementation("io.coil-kt:coil-compose:2.4.0")

// Firebase
implementation platform('com.google.firebase:firebase-bom:31.0.2')
implementation platform('com.google.firebase:firebase-bom:32.8.1')
implementation 'com.google.firebase:firebase-crashlytics'
implementation 'com.google.firebase:firebase-analytics-ktx'
implementation 'com.google.firebase:firebase-messaging'
Expand Down
10 changes: 0 additions & 10 deletions app/src/internal/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,5 @@
<activity android:name=".ui.activities.InternalToolsActivity" />
<activity android:name=".ui.activities.PlaygroundActivity" />
<activity android:name=".ui.activities.DesignSystemActivity" />
<meta-data
android:name="firebase_crashlytics_collection_enabled"
android:value="no" />
<provider
android:exported="false"
android:name="com.google.firebase.provider.FirebaseInitProvider"
android:authorities="${applicationId}.firebaseinitprovider"
tools:node="remove"
/>
</application>

</manifest>

0 comments on commit c96d61a

Please sign in to comment.