We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e11c98 commit b1e33a5Copy full SHA for b1e33a5
app/build.gradle
@@ -3,7 +3,6 @@ apply plugin: 'com.android.application'
3
android {
4
compileSdkVersion 28
5
buildToolsVersion '28.0.3'
6
-
7
defaultConfig {
8
applicationId "codepath.com.daggerexample"
9
minSdkVersion 16
build.gradle
@@ -3,10 +3,7 @@
buildscript {
repositories {
jcenter()
- maven {
- url 'https://maven.google.com/'
- name 'Google'
- }
+ google()
10
}
11
dependencies {
12
classpath 'com.android.tools.build:gradle:3.4.1'
@@ -19,10 +16,7 @@ buildscript {
19
16
allprojects {
20
17
21
18
22
23
24
25
26
27
28
0 commit comments