Explorar el Código

Merge pull request #89 from Minishlink/patch-1

Update build.gradle to lastest Android build tools
Yonah Forst hace 8 años
padre
commit
41d08c671d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      android/build.gradle

+ 1 - 1
android/build.gradle

@@ -12,7 +12,7 @@ apply plugin: 'com.android.library'
 
 android {
     compileSdkVersion 23
-    buildToolsVersion "23.0.1"
+    buildToolsVersion "25.0.2"
 
     defaultConfig {
         minSdkVersion 16