Skip to content

Commit

Permalink
for 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chinalwb committed Jul 8, 2019
1 parent 2d83b49 commit fa0e639
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions ARE/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ android {

dependencies {
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation 'com.android.support:design:26.1.0'
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:design:27.1.1'
// implementation 'com.android.support:appcompat-v7:26.1.0'
implementation project(':are')
implementation 'com.github.bumptech.glide:glide:4.3.0'
// implementation 'com.github.chinalwb:are:0.1.3'
implementation 'com.github.bumptech.glide:glide:4.9.0'
// implementation 'com.github.chinalwb:are:0.1.6'
}
4 changes: 2 additions & 2 deletions ARE/are/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'com.github.chinalwb'
PUBLISH_ARTIFACT_ID = 'are'
PUBLISH_VERSION = '0.1.6'
PUBLISH_VERSION = '0.1.7'
}

tasks.withType(Javadoc) {
Expand Down Expand Up @@ -40,7 +40,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:appcompat-v7:27.1.1'
// implementation 'com.android.support:support-v4:26.1.0'
// implementation 'com.android.support.constraint:constraint-layout:1.0.2'
testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit fa0e639

Please sign in to comment.