File tree Expand file tree Collapse file tree 1 file changed +13
-29
lines changed
Expand file tree Collapse file tree 1 file changed +13
-29
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- repositories {
5- google()
6- mavenCentral()
7- jcenter()
8- maven {
9- url " https://maven.google.com"
10- }
11- }
12- dependencies {
13- classpath ' com.android.tools.build:gradle:8.1.4'
14- classpath ' com.github.dcendents:android-maven-plugin:1.2'
15- classpath ' com.google.gms:google-services:4.4.2'
16-
17- // NOTE: Do not place your application dependencies here; they belong
18- // in the individual module build.gradle files
19- }
4+ repositories {
5+ google()
6+ mavenCentral()
7+ }
208}
219
2210allprojects {
23- ext. CLY_VERSION = " 24.1.3"
24- ext. POWERMOCK_VERSION = " 1.7.4"
11+ ext. CLY_VERSION = " 24.1.3"
12+ ext. POWERMOCK_VERSION = " 1.7.4"
2513
26- tasks. withType(Javadoc ) {
27- options. addStringOption(' Xdoclint:none' , ' -quiet' )
28- }
29- repositories {
30- google()
31- jcenter()
32- // mavenLocal()
33- maven {
34- url " https://maven.google.com" // Google's Maven repository
35- }
36- }
14+ tasks. withType(Javadoc ) {
15+ options. addStringOption(' Xdoclint:none' , ' -quiet' )
16+ }
17+ repositories {
18+ google()
19+ mavenCentral()
20+ }
3721}
You can’t perform that action at this time.
0 commit comments