Fix diverged root build.gradle files

PiperOrigin-RevId: 274568961
This commit is contained in:
olly 2019-10-14 14:47:41 +01:00 committed by Oliver Woodman
parent c996391b83
commit c32ad60e0b

View File

@ -17,9 +17,9 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.0'
classpath 'com.novoda:bintray-release:0.9'
classpath 'com.google.android.gms:strict-version-matcher-plugin:1.1.0'
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.novoda:bintray-release:0.9.1'
classpath 'com.google.android.gms:strict-version-matcher-plugin:1.2.0'
}
}
allprojects {