Skip to content

Commit

Permalink
Released 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
chinalwb committed May 9, 2020
1 parent 4f30da0 commit 0babcd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 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.7'
PUBLISH_VERSION = '0.1.9'
}

tasks.withType(Javadoc) {
Expand Down Expand Up @@ -53,5 +53,6 @@ dependencies {
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
}

// apply from: './android-release-aar.gradle'
// apply from: 'https://raw.githubusercontent.com/blundell/release-android-library/master/android-release-aar.gradle'
// ./gradlew clean build generateRelease
2 changes: 1 addition & 1 deletion ARE/local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# For customization when using a Version Control System, please read the
# header note.
#Sat May 09 18:23:15 CST 2020
sdk.dir=/Users/pact/Library/Android/sdk
sdk.dir=/Users/wliu/Library/Android/sdk

0 comments on commit 0babcd1

Please sign in to comment.