Browse Source

Update Android dependencies

Gabriel Peal 7 years ago
parent
commit
20c767452b
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      android/build.gradle

+ 4
- 4
android/build.gradle View File

@@ -4,19 +4,19 @@ buildscript {
4 4
     }
5 5
 
6 6
     dependencies {
7
-        classpath 'com.android.tools.build:gradle:2.1.3'
7
+        classpath 'com.android.tools.build:gradle:2.3.0'
8 8
     }
9 9
 }
10 10
 
11 11
 apply plugin: 'com.android.library'
12 12
 
13 13
 android {
14
-    compileSdkVersion 23
15
-    buildToolsVersion "23.0.1"
14
+    compileSdkVersion 26
15
+    buildToolsVersion "26.0.1"
16 16
 
17 17
     defaultConfig {
18 18
         minSdkVersion 16
19
-        targetSdkVersion 22
19
+        targetSdkVersion 26
20 20
         versionCode 1
21 21
         versionName "1.0"
22 22
     }