Skip to content

Commit fee112d

Browse files
committed
updating gradle
1 parent 892191c commit fee112d

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

build.gradle

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2-
3-
buildscript {
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:4.1.3'
14-
classpath 'com.github.dcendents:android-maven-plugin:1.2'
15-
classpath 'com.google.gms:google-services:4.3.0'
16-
17-
// NOTE: Do not place your application dependencies here; they belong
18-
// in the individual module build.gradle files
19-
}
20-
}
21-
22-
allprojects {
23-
ext.CLY_VERSION = "20.11.5"
24-
ext.POWERMOCK_VERSION = "1.7.1"
25-
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-
}
37-
}
1+
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2+
3+
buildscript {
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:4.1.3'
14+
classpath 'com.github.dcendents:android-maven-plugin:1.2'
15+
classpath 'com.google.gms:google-services:4.3.0'
16+
17+
// NOTE: Do not place your application dependencies here; they belong
18+
// in the individual module build.gradle files
19+
}
20+
}
21+
22+
allprojects {
23+
ext.CLY_VERSION = "22.09.1"
24+
ext.POWERMOCK_VERSION = "1.7.1"
25+
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+
}
37+
}

0 commit comments

Comments
 (0)