Skip to content

Commit 1da1cf5

Browse files
committed
Changed gradle files
1 parent 0a00434 commit 1da1cf5

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

app/build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,7 @@ android {
2525
}
2626
}
2727

28-
ext {
29-
supportLibraryVersion = "26.1.0"
30-
}
31-
3228
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-
3829
implementation fileTree(dir: 'libs', include: ['*.jar'])
3930
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
4031
testImplementation 'junit:junit:4.12'

build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
buildscript {
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

1923
allprojects {
2024
repositories {
25+
mavenCentral()
2126
maven {
2227
url "https://maven.google.com"
2328
}

0 commit comments

Comments
 (0)