gradle fix

This commit is contained in:
tapframe 2025-11-24 23:25:03 +05:30
parent 668099b542
commit 56234daf82

View file

@ -209,6 +209,10 @@ sentry {
}
}
configurations.all {
exclude group: 'com.caverock', module: 'androidsvg'
}
dependencies {
// @generated begin react-native-google-cast-dependencies - expo prebuild (DO NOT MODIFY) sync-3822a3c86222e7aca74039b551612aab7e75365d
implementation "com.google.android.gms:play-services-cast-framework:${safeExtGet('castFrameworkVersion', '+')}"