Browse Source

update gradle to 2.2

Daniel Zlotin 8 years ago
parent
commit
1866fa3bf9
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      .travis.yml
  2. 1
    1
      android/build.gradle

+ 1
- 1
.travis.yml View File

@@ -16,7 +16,7 @@ cache:
16 16
     - $HOME/.gradle/caches/
17 17
     - $HOME/.gradle/wrapper/
18 18
     - $HOME/.m2
19
-    - $HOME/android-sdk-linux/
19
+    - $HOME/android-sdk-linux/licenses/
20 20
 
21 21
 before_cache:
22 22
   - rm -rf $HOME/.gradle/caches/modules-2/modules-2.lock

+ 1
- 1
android/build.gradle View File

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