Skip to content

Commit 1730e03

Browse files
committed
Added missing plugin and updated dependencies for installations
1 parent 3c5355a commit 1730e03

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

installations/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

installations/build.gradle

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

1212
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)