File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ android {
18
18
19
19
dependencies {
20
20
implementation ' com.android.support.constraint:constraint-layout:1.0.2'
21
- implementation ' com.android.support:design:26 .1.0 '
22
- implementation ' com.android.support:appcompat-v7:26.1.0'
21
+ implementation ' com.android.support:design:27 .1.1 '
22
+ // implementation 'com.android.support:appcompat-v7:26.1.0'
23
23
implementation project(' :are' )
24
- implementation ' com.github.bumptech.glide:glide:4.3 .0'
25
- // implementation 'com.github.chinalwb:are:0.1.3 '
24
+ implementation ' com.github.bumptech.glide:glide:4.9 .0'
25
+ // implementation 'com.github.chinalwb:are:0.1.6 '
26
26
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
3
3
ext {
4
4
PUBLISH_GROUP_ID = ' com.github.chinalwb'
5
5
PUBLISH_ARTIFACT_ID = ' are'
6
- PUBLISH_VERSION = ' 0.1.6 '
6
+ PUBLISH_VERSION = ' 0.1.7 '
7
7
}
8
8
9
9
tasks. withType(Javadoc ) {
@@ -40,7 +40,7 @@ android {
40
40
dependencies {
41
41
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
42
42
43
- implementation ' com.android.support:appcompat-v7:26 .1.0 '
43
+ implementation ' com.android.support:appcompat-v7:27 .1.1 '
44
44
// implementation 'com.android.support:support-v4:26.1.0'
45
45
// implementation 'com.android.support.constraint:constraint-layout:1.0.2'
46
46
testImplementation ' junit:junit:4.12'
You can’t perform that action at this time.
0 commit comments