|
@@ -5,9 +5,11 @@ buildscript {
|
|
|
repositories {
|
|
|
google()
|
|
|
jcenter()
|
|
|
+ maven { url "http://dl.bintray.com/davideas/maven" }
|
|
|
}
|
|
|
dependencies {
|
|
|
- classpath 'com.android.tools.build:gradle:3.0.0-rc1'
|
|
|
+ classpath 'com.android.tools.build:gradle:3.0.0-rc2'
|
|
|
+ classpath 'eu.davidea:grabver:0.6.0'
|
|
|
|
|
|
// NOTE: Do not place your application dependencies here; they belong
|
|
|
// in the individual module build.gradle files
|