upgrade libs

This commit is contained in:
Milos Kozak 2019-08-05 11:11:07 +02:00
parent 9d27b5f83e
commit 663d6464d5
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
ext {
wearableVersion = "2.4.0"
playServicesWearable = "16.0.1"
playServicesWearable = "17.0.0"
}
def generateGitBuild = { ->