diff options
author | volzhs <volzhs@gmail.com> | 2018-01-06 22:32:39 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2018-01-06 22:32:39 +0900 |
commit | d2dc70d7d5f362013231aa42eaf76635301a43e3 (patch) | |
tree | 8c403e30fb100001f39d42f907c36d59a2278fee | |
parent | 8e8240450edc48f4fb379e593a4ef7f54ab656b7 (diff) |
Fix Android build error
-rw-r--r-- | platform/android/build.gradle.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/build.gradle.template b/platform/android/build.gradle.template index 13b4d3b6c7..89189ef1a0 100644 --- a/platform/android/build.gradle.template +++ b/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$$ } |