Skip to content

Commit 0cf6864

Browse files
Update dependency com.google.firebase:firebase-bom to v33.8.0 (#267)
* Update dependency com.google.firebase:firebase-bom to v33.8.0 * Remove the gma_ad_services_config workaround --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Kevin Chiu <[email protected]>
1 parent 690a706 commit 0cf6864

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@
7979
<meta-data
8080
android:name="com.google.android.gms.ads.flag.OPTIMIZE_AD_LOADING"
8181
android:value="true" />
82-
83-
<!-- See: https://github.com/firebase/firebase-cpp-sdk/issues/1545 -->
84-
<property
85-
android:name="android.adservices.AD_SERVICES_CONFIG"
86-
android:resource="@xml/gma_ad_services_config"
87-
tools:replace="android:resource" />
8882
</application>
8983

9084
</manifest>

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ksp = "2.1.0-1.0.29"
88
# https://developer.android.com/jetpack/compose/bom/bom-mapping
99
compose-bom = "2025.01.00"
1010
# https://firebase.google.com/support/release-notes/android
11-
firebase-bom = "33.7.0"
11+
firebase-bom = "33.8.0"
1212
# https://mvnrepository.com/artifact/com.google.dagger/hilt-android
1313
hilt = "2.55"
1414
# https://github.com/coil-kt/coil/releases

0 commit comments

Comments
 (0)