File tree 2 files changed +6
-10
lines changed
2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,7 @@ android {
25
25
}
26
26
}
27
27
28
- ext {
29
- supportLibraryVersion = " 26.1.0"
30
- }
31
-
32
28
dependencies {
33
- api " com.android.support:appcompat-v7:${ supportLibraryVersion} "
34
- api " com.android.support:support-v4:${ supportLibraryVersion} "
35
- api " com.android.support:design:${ supportLibraryVersion} "
36
- api " com.android.support:recyclerview-v7:${ supportLibraryVersion} "
37
-
38
29
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
39
30
implementation ' com.android.support.constraint:constraint-layout:1.1.3'
40
31
testImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
5
5
repositories {
6
+ mavenCentral()
7
+ maven {
8
+ url " https://maven.google.com"
9
+ }
6
10
google()
7
11
jcenter()
8
- mavenCentral()
12
+
9
13
}
10
14
dependencies {
11
15
classpath ' com.android.tools.build:gradle:3.1.4'
@@ -18,6 +22,7 @@ buildscript {
18
22
19
23
allprojects {
20
24
repositories {
25
+ mavenCentral()
21
26
maven {
22
27
url " https://maven.google.com"
23
28
}
You can’t perform that action at this time.
0 commit comments