Преглед изворни кода

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

master
Saúl Ibarra Corretgé пре 8 година
родитељ
комит
5f55b3198c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      android/build.gradle

+ 1
- 1
android/build.gradle Прегледај датотеку

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-alpha9'
10
+        classpath 'com.android.tools.build:gradle:3.0.0-beta2'
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.

Loading…
Откажи
Сачувај