Skip to content

Commit 9f24c76

Browse files
authored
Update Google Services and Firebase BOM versions
Signed-off-by: Kenechukwu Akubue <kengoon19@gmail.com>
1 parent 0c7ec1e commit 9f24c76

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.3'
9+
classpath 'com.google.gms:google-services:4.4.4'
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:34.0.0')
120+
implementation platform('com.google.firebase:firebase-bom:34.7.0')
121121
{%- if args.depends -%}
122122
{%- for depend in args.depends %}
123123
implementation '{{ depend }}'

0 commit comments

Comments
 (0)