From 0babcd16d737acf6b7305c26db8595109da88cd5 Mon Sep 17 00:00:00 2001 From: Rain Liu Date: Sat, 9 May 2020 19:25:59 +0800 Subject: [PATCH] Released 0.1.9 --- ARE/are/build.gradle | 3 ++- ARE/local.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ARE/are/build.gradle b/ARE/are/build.gradle index ed87430..d423470 100644 --- a/ARE/are/build.gradle +++ b/ARE/are/build.gradle @@ -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) { @@ -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 \ No newline at end of file diff --git a/ARE/local.properties b/ARE/local.properties index 7e72efc..aa019da 100644 --- a/ARE/local.properties +++ b/ARE/local.properties @@ -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