Skip to content

Commit f297901

Browse files
authored
Update build.tmpl.gradle
Signed-off-by: Kenechukwu Akubue <kengoon19@gmail.com>
1 parent 9b9106b commit f297901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonforandroid/bootstraps/common/build/templates/build.tmpl.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dependencies {
117117
{%- for jar in jars %}
118118
implementation files('src/main/libs/{{ jar }}')
119119
{%- endfor -%}
120-
implementation platform('com.google.firebase:firebase-bom:33.1.2')
120+
implementation platform('com.google.firebase:firebase-bom:33.13.0')
121121
{%- if args.depends -%}
122122
{%- for depend in args.depends %}
123123
implementation '{{ depend }}'

0 commit comments

Comments
 (0)