buildscript { apply from: "${rootDir}/gradle/gradle-update-vendor-modules.gradle" apply from: "${rootDir}/gradle/dependencies.gradle" repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.1.4' classpath dependenciesList.licensesPlugin classpath dependenciesList.kotlinPlugin } } allprojects { repositories { mavenCentral() google() jcenter() // Snapshot repository //maven { url "http://oss.sonatype.org/content/repositories/snapshots/" } } } subprojects { apply from: "${rootDir}/gradle/dependencies.gradle" } // Load build system information. If this file does not exist, run // `make platform/android/gradle/configuration.gradle` apply from: "${rootDir}/gradle/configuration.gradle"