Skip to content

Commit b1e33a5

Browse files
author
egarcia
committed
#7 using google() function in build.gradle
1 parent 8e11c98 commit b1e33a5

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ apply plugin: 'com.android.application'
33
android {
44
compileSdkVersion 28
55
buildToolsVersion '28.0.3'
6-
76
defaultConfig {
87
applicationId "codepath.com.daggerexample"
98
minSdkVersion 16

build.gradle

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
buildscript {
44
repositories {
55
jcenter()
6-
maven {
7-
url 'https://maven.google.com/'
8-
name 'Google'
9-
}
6+
google()
107
}
118
dependencies {
129
classpath 'com.android.tools.build:gradle:3.4.1'
@@ -19,10 +16,7 @@ buildscript {
1916
allprojects {
2017
repositories {
2118
jcenter()
22-
maven {
23-
url 'https://maven.google.com/'
24-
name 'Google'
25-
}
19+
google()
2620
}
2721
}
2822

0 commit comments

Comments
 (0)