소스 검색

Merge pull request #15400 from volzhs/fix-android-build

Fix Android build error
Rémi Verschelde 7 년 전
부모
커밋
51854d61b0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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$$
 }