Parcourir la source

Fix Android build error

volzhs il y a 7 ans
Parent
commit
d2dc70d7d5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      platform/android/build.gradle.template

+ 1 - 1
platform/android/build.gradle.template

@@ -20,7 +20,7 @@ allprojects {
 }
 
 dependencies {
-	compile 'com.android.support:support-v4:23.+'  // can be removed if minSdkVersion 16 and modify DownloadNotification.java & V14CustomNotification.java
+	compile 'com.android.support:support-v4:27.+'  // can be removed if minSdkVersion 16 and modify DownloadNotification.java & V14CustomNotification.java
 	$$GRADLE_DEPENDENCIES$$
 }