upgrade libs
This commit is contained in:
parent
9d27b5f83e
commit
663d6464d5
|
@ -12,7 +12,7 @@ buildscript {
|
|||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.4.2'
|
||||
classpath 'com.google.gms:google-services:4.3.0'
|
||||
classpath 'io.fabric.tools:gradle:1.30.0'
|
||||
classpath 'io.fabric.tools:gradle:1.31.0'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
|
|
@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
|
|||
|
||||
ext {
|
||||
wearableVersion = "2.4.0"
|
||||
playServicesWearable = "16.0.1"
|
||||
playServicesWearable = "17.0.0"
|
||||
}
|
||||
|
||||
def generateGitBuild = { ->
|
||||
|
|
Loading…
Reference in a new issue