Skip to content

Commit b2d6de7

Browse files
author
krishna
committed
use google() as repository
1 parent cb71139 commit b2d6de7

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.idea/misc.xml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
2828
exclude group: 'com.android.support', module: 'support-annotations'
2929
})
30-
compile 'com.android.support:appcompat-v7:25.+'
30+
compile 'com.android.support:appcompat-v7:26.1.0'
3131
compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha9'
3232
testCompile 'junit:junit:4.12'
3333
compile project(':fileloader')

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
buildscript {
44
repositories {
55
jcenter()
6+
google()
67
}
78
dependencies {
89
classpath 'com.android.tools.build:gradle:3.0.0'
@@ -14,9 +15,7 @@ buildscript {
1415
allprojects {
1516
repositories {
1617
jcenter()
17-
maven {
18-
url "https://maven.google.com"
19-
}
18+
google()
2019
}
2120
}
2221

0 commit comments

Comments
 (0)