We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72f3dc commit 8130c0aCopy full SHA for 8130c0a
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:32.8.1')
+ implementation platform('com.google.firebase:firebase-bom:33.1.2')
121
{%- if args.depends -%}
122
{%- for depend in args.depends %}
123
implementation '{{ depend }}'
0 commit comments