Selaa lähdekoodia

Android plugin for Gradle 2.2.3

Recent versions of the Android plugin for Gradle started to automatically
download the SDK build tools dependency if it is not installed already.
So it is no longer necessary to have the developer of the Android app
install the SDK build tools dependency in advance.
j8
Lyubo Marinov 8 vuotta sitten
vanhempi
commit
e89c2b242d
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1
    1
      android/build.gradle
  2. 1
    1
      android/gradle/wrapper/gradle-wrapper.properties

+ 1
- 1
android/build.gradle Näytä tiedosto

@@ -5,7 +5,7 @@ buildscript {
5 5
         jcenter()
6 6
     }
7 7
     dependencies {
8
-        classpath 'com.android.tools.build:gradle:1.3.1'
8
+        classpath 'com.android.tools.build:gradle:2.2.3'
9 9
 
10 10
         // NOTE: Do not place your application dependencies here; they belong
11 11
         // in the individual module build.gradle files

+ 1
- 1
android/gradle/wrapper/gradle-wrapper.properties Näytä tiedosto

@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2 2
 distributionPath=wrapper/dists
3 3
 zipStoreBase=GRADLE_USER_HOME
4 4
 zipStorePath=wrapper/dists
5
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip
5
+distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

Loading…
Peruuta
Tallenna