Merge pull request #16125 from volzhs/fix-android-build
Fix Android build
This commit is contained in:
commit
082a2f95df
@ -14,12 +14,13 @@ allprojects {
|
|||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
jcenter()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
google()
|
||||||
$$GRADLE_REPOSITORY_URLS$$
|
$$GRADLE_REPOSITORY_URLS$$
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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$$
|
$$GRADLE_DEPENDENCIES$$
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user