We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7ec1e commit 9f24c76Copy full SHA for 9f24c76
pythonforandroid/bootstraps/common/build/templates/build.tmpl.gradle
@@ -6,7 +6,7 @@ buildscript {
6
}
7
dependencies {
8
classpath 'com.android.tools.build:gradle:8.11.0'
9
- classpath 'com.google.gms:google-services:4.4.3'
+ classpath 'com.google.gms:google-services:4.4.4'
10
11
12
@@ -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:34.0.0')
+ implementation platform('com.google.firebase:firebase-bom:34.7.0')
121
{%- if args.depends -%}
122
{%- for depend in args.depends %}
123
implementation '{{ depend }}'
0 commit comments