Skip to content

Commit 3f16eb5

Browse files
committed
Update Google Services to 4.4.3 and Firebase BOM to 34.0.0 in build configuration
1 parent 3c38e69 commit 3f16eb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:8.11.0'
9-
classpath 'com.google.gms:google-services:4.4.2'
9+
classpath 'com.google.gms:google-services:4.4.3'
1010
}
1111
}
1212

@@ -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.13.0')
120+
implementation platform('com.google.firebase:firebase-bom:34.0.0')
121121
{%- if args.depends -%}
122122
{%- for depend in args.depends %}
123123
implementation '{{ depend }}'

0 commit comments

Comments
 (0)