Fix Android build error
This commit is contained in:
parent
8e8240450e
commit
d2dc70d7d5
1 changed files with 1 additions and 1 deletions
|
@ -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$$
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue