Bläddra i källkod

[Android] Update gradle plugin version for Android Studio 3 beta 5

j8
Saúl Ibarra Corretgé 8 år sedan
förälder
incheckning
fe8f383a41
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      android/build.gradle

+ 1
- 1
android/build.gradle Visa fil

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

Laddar…
Avbryt
Spara