diff options
author | volzhs <volzhs@gmail.com> | 2016-05-25 22:19:37 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2016-05-25 22:19:37 +0900 |
commit | e5d16eca466aa50b57a127d660499591f16f2255 (patch) | |
tree | 4dd1a2b50a9a0dfd59e3d2898944d4b7785c439c /platform/android/build.gradle.template | |
parent | ff67c256f52b904bdabe17e755194149da9b219f (diff) |
Add comments for NotificationCompat to support API < 16
Diffstat (limited to 'platform/android/build.gradle.template')
-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 411f778934..b0630d9a3a 100644 --- a/platform/android/build.gradle.template +++ b/platform/android/build.gradle.template @@ -17,7 +17,7 @@ allprojects { } dependencies { - compile 'com.android.support:support-v4:23.+' + compile 'com.android.support:support-v4:23.+' // can be removed if minSdkVersion 16 and modify DownloadNotification.java & V14CustomNotification.java $$GRADLE_DEPENDENCIES$$ } |