We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c38e69 commit 3f16eb5Copy full SHA for 3f16eb5
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.2'
+ classpath 'com.google.gms:google-services:4.4.3'
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:33.13.0')
+ implementation platform('com.google.firebase:firebase-bom:34.0.0')
121
{%- if args.depends -%}
122
{%- for depend in args.depends %}
123
implementation '{{ depend }}'
0 commit comments