We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9106b commit f297901Copy full SHA for f297901
1 file changed
pythonforandroid/bootstraps/common/build/templates/build.tmpl.gradle
@@ -117,7 +117,7 @@ dependencies {
117
{%- for jar in jars %}
118
implementation files('src/main/libs/{{ jar }}')
119
{%- endfor -%}
120
- implementation platform('com.google.firebase:firebase-bom:33.1.2')
+ implementation platform('com.google.firebase:firebase-bom:33.13.0')
121
{%- if args.depends -%}
122
{%- for depend in args.depends %}
123
implementation '{{ depend }}'
0 commit comments