Преглед на файлове

Merge pull request #16125 from volzhs/fix-android-build

Fix Android build
volzhs преди 7 години
родител
ревизия
082a2f95df
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      platform/android/build.gradle.template

+ 2 - 1
platform/android/build.gradle.template

@@ -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$$
 }