Explorar el Código

Update build.gradle

islxyqwe hace 6 años
padre
commit
75831d2758
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      android/build.gradle

+ 1 - 1
android/build.gradle

@@ -34,5 +34,5 @@ android {
     }
 }
 dependencies {
-    compile "com.android.support:support-v4:22.1.0"
+    implementation group: 'com.android.support', name: 'support-v4', version: '27.0.0'
 }