File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
repositories {
3
+ jcenter()
3
4
mavenCentral()
4
5
google()
5
6
}
@@ -10,14 +11,16 @@ buildscript {
10
11
apply plugin : ' com.android.library'
11
12
12
13
repositories {
14
+ jcenter()
13
15
mavenCentral()
16
+ google()
14
17
}
15
18
16
19
android {
17
20
compileSdkVersion 28
18
21
19
22
defaultConfig {
20
- minSdkVersion 9
23
+ minSdkVersion 14
21
24
targetSdkVersion 28
22
25
}
23
26
@@ -36,5 +39,6 @@ android {
36
39
}
37
40
38
41
dependencies {
39
- compile ' com.android.support:support-v4:25.3.1'
42
+ implementation ' com.android.support:support-annotations:27.1.1'
43
+ implementation ' com.android.support:support-compat:27.1.1'
40
44
}
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
repositories {
3
+ jcenter()
3
4
mavenCentral()
4
5
google()
5
6
}
@@ -10,14 +11,16 @@ buildscript {
10
11
apply plugin : ' com.android.application'
11
12
12
13
repositories {
14
+ jcenter()
13
15
mavenCentral()
16
+ google()
14
17
}
15
18
16
19
android {
17
20
compileSdkVersion 28
18
21
19
22
defaultConfig {
20
- minSdkVersion 9
23
+ minSdkVersion 14
21
24
targetSdkVersion 28
22
25
}
23
26
@@ -35,6 +38,5 @@ android {
35
38
}
36
39
37
40
dependencies {
38
- compile project(' :CreditCardEntry' )
39
- compile ' com.android.support:support-v4:25.3.1'
41
+ implementation project(' :CreditCardEntry' )
40
42
}
You can’t perform that action at this time.
0 commit comments