Updating yolo

This commit is contained in:
2018-01-29 23:36:36 +01:00
parent 7cc1f9a987
commit e00c2e7e66
24 changed files with 636 additions and 84 deletions

View File

@ -2,11 +2,10 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.0.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@ -15,7 +14,6 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
}
}