File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,7 @@ android {
2525 }
2626}
2727
28- ext {
29- supportLibraryVersion = " 26.1.0"
30- }
31-
3228dependencies {
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-
3829 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3930 implementation ' com.android.support.constraint:constraint-layout:1.1.3'
4031 testImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change 33buildscript {
44
55 repositories {
6+ mavenCentral()
7+ maven {
8+ url " https://maven.google.com"
9+ }
610 google()
711 jcenter()
8- mavenCentral()
12+
913 }
1014 dependencies {
1115 classpath ' com.android.tools.build:gradle:3.1.4'
@@ -18,6 +22,7 @@ buildscript {
1822
1923allprojects {
2024 repositories {
25+ mavenCentral()
2126 maven {
2227 url " https://maven.google.com"
2328 }
You can’t perform that action at this time.
0 commit comments