[Android] Fix Android Studio 3.0 (final)
This commit is contained in:
parent
e2b812a7bc
commit
5308f78c9a
|
@ -7,7 +7,7 @@ buildscript {
|
||||||
maven { url 'https://maven.google.com' }
|
maven { url 'https://maven.google.com' }
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.0.0-rc2'
|
classpath 'com.android.tools.build:gradle:3.0.0'
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files.
|
// in the individual module build.gradle files.
|
||||||
|
|
Loading…
Reference in New Issue