Skip to content

Commit fa0e639

Browse files
committed
for 0.1.7
1 parent 2d83b49 commit fa0e639

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ARE/app/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ android {
1818

1919
dependencies {
2020
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'
2323
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'
2626
}

ARE/are/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33
ext {
44
PUBLISH_GROUP_ID = 'com.github.chinalwb'
55
PUBLISH_ARTIFACT_ID = 'are'
6-
PUBLISH_VERSION = '0.1.6'
6+
PUBLISH_VERSION = '0.1.7'
77
}
88

99
tasks.withType(Javadoc) {
@@ -40,7 +40,7 @@ android {
4040
dependencies {
4141
implementation fileTree(dir: 'libs', include: ['*.jar'])
4242

43-
implementation 'com.android.support:appcompat-v7:26.1.0'
43+
implementation 'com.android.support:appcompat-v7:27.1.1'
4444
// implementation 'com.android.support:support-v4:26.1.0'
4545
// implementation 'com.android.support.constraint:constraint-layout:1.0.2'
4646
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)