File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ android {
64
64
}
65
65
66
66
dependencies {
67
- compile ' com.android.support:preference-v14:26.+'
68
- compile ' com.android.support:recyclerview-v7:26.+'
69
- compile ' com.android.support:support-v13:26.+'
70
- compile ' com.google.android.gms:play-services-safetynet:+'
71
- compile (name :' setup-wizard-lib-platform-release' , ext :' aar' )
67
+ api ' com.android.support:preference-v14:26.+'
68
+ api ' com.android.support:recyclerview-v7:26.+'
69
+ api ' com.android.support:support-v13:26.+'
70
+ api ' com.google.android.gms:play-services-safetynet:+'
71
+ api (name :' setup-wizard-lib-platform-release' , ext :' aar' )
72
72
}
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
repositories {
5
5
jcenter()
6
+ maven {
7
+ url ' https://maven.google.com'
8
+ }
6
9
}
7
10
dependencies {
8
- classpath ' com.android.tools.build:gradle:3.0.0-alpha1 '
11
+ classpath ' com.android.tools.build:gradle:3.0.0-alpha2 '
9
12
10
13
// NOTE: Do not place your application dependencies here; they belong
11
14
// in the individual module build.gradle files
@@ -15,5 +18,8 @@ buildscript {
15
18
allprojects {
16
19
repositories {
17
20
jcenter()
21
+ maven {
22
+ url ' https://maven.google.com'
23
+ }
18
24
}
19
25
}
You can’t perform that action at this time.
0 commit comments