Parcourir la source

Merge pull request #89 from Minishlink/patch-1

Update build.gradle to lastest Android build tools
Yonah Forst il y a 8 ans
Parent
commit
41d08c671d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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