mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix diverged root build.gradle files
PiperOrigin-RevId: 274568961
This commit is contained in:
parent
6457a4ab80
commit
a9a1cb7791
1 changed files with 3 additions and 3 deletions
|
|
@ -17,9 +17,9 @@ buildscript {
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.4.0'
|
classpath 'com.android.tools.build:gradle:3.5.1'
|
||||||
classpath 'com.novoda:bintray-release:0.9'
|
classpath 'com.novoda:bintray-release:0.9.1'
|
||||||
classpath 'com.google.android.gms:strict-version-matcher-plugin:1.1.0'
|
classpath 'com.google.android.gms:strict-version-matcher-plugin:1.2.0'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
allprojects {
|
allprojects {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue