Browse Source

[Android] Fix Android Studio 3.0 RC2

master
Saúl Ibarra Corretgé 7 years ago
parent
commit
ae0e37be34
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      android/build.gradle

+ 1
- 1
android/build.gradle View File

@@ -7,7 +7,7 @@ buildscript {
7 7
         maven { url 'https://maven.google.com' }
8 8
     }
9 9
     dependencies {
10
-        classpath 'com.android.tools.build:gradle:3.0.0-beta7'
10
+        classpath 'com.android.tools.build:gradle:3.0.0-rc2'
11 11
 
12 12
         // NOTE: Do not place your application dependencies here; they belong
13 13
         // in the individual module build.gradle files.

Loading…
Cancel
Save