Fix Android build

it's same fix with #15400, #15605 but for 2.1 branch
This commit is contained in:
volzhs 2018-01-28 09:21:18 +09:00
parent 9deb964c55
commit add0c1aa28

View file

@ -14,12 +14,13 @@ allprojects {
repositories {
jcenter()
mavenCentral()
google()
$$GRADLE_REPOSITORY_URLS$$
}
}
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$$
}