Skip to content

Commit 3c5355a

Browse files
committed
Added missing plugin and updated dependencies for tasks
1 parent a7d428b commit 3c5355a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tasks/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
3+
apply plugin: 'com.google.gms.google-services'
34

45
android {
56
compileSdkVersion 30

tasks/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88
dependencies {
99
classpath 'com.android.tools.build:gradle:7.0.0'
10-
classpath 'com.google.gms:google-services:4.3.8'
10+
classpath 'com.google.gms:google-services:4.3.10'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
1212
}
1313
}

0 commit comments

Comments
 (0)