Updated gradle dependencies
This commit is contained in:
parent
06cdd2c8cf
commit
e607476ef7
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ buildscript {
|
|||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.4.1'
|
||||
classpath 'com.google.gms:google-services:4.2.0'
|
||||
classpath "com.diffplug.spotless:spotless-plugin-gradle:3.16.0"
|
||||
classpath 'com.android.tools.build:gradle:3.5.0'
|
||||
classpath 'com.google.gms:google-services:4.3.2'
|
||||
classpath "com.diffplug.spotless:spotless-plugin-gradle:3.24.2"
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
|
Loading…
Reference in a new issue