From 434e7cef9719e7d7d1114495e955ba62b11d4d55 Mon Sep 17 00:00:00 2001 From: DeaDshot14 Date: Tue, 10 Mar 2020 00:53:47 +0530 Subject: [PATCH] v1.0.1 no changes --- .idea/misc.xml | 1 + build.gradle | 2 +- library/build.gradle | 14 +++++++++++++- library/publish.gradle | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 7bfef59..6913928 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,6 @@ + diff --git a/build.gradle b/build.gradle index 3e96428..fb502b9 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:4.0.0-alpha09' + classpath 'com.android.tools.build:gradle:4.0.0-beta01' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version" diff --git a/library/build.gradle b/library/build.gradle index 6347a1c..7d956be 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -16,7 +16,7 @@ android { minSdkVersion 23 targetSdkVersion 29 versionCode 2 - versionName "1.0.0-alpha01" + versionName "1.0.1" consumerProguardFiles "consumer-rules.pro" } @@ -44,6 +44,18 @@ android { outputFormat = 'html' outputDirectory = "$buildDir/dokka" } + + packagingOptions { + exclude 'META-INF/DEPENDENCIES' + exclude 'META-INF/LICENSE' + exclude 'META-INF/LICENSE.txt' + exclude 'META-INF/license.txt' + exclude 'META-INF/NOTICE' + exclude 'META-INF/NOTICE.txt' + exclude 'META-INF/notice.txt' + exclude 'META-INF/ASL2.0' + exclude("META-INF/*.kotlin_module") + } } dependencies { diff --git a/library/publish.gradle b/library/publish.gradle index b47f7d0..873e5cc 100644 --- a/library/publish.gradle +++ b/library/publish.gradle @@ -1,7 +1,7 @@ ext { PUBLISH_GROUP_ID = 'com.andruid.magic' PUBLISH_ARTIFACT_ID = 'eezetensions' - PUBLISH_VERSION = '1.0.0-alpha01' + PUBLISH_VERSION = '1.0.1' } apply from: 'https://raw.githubusercontent.com/blundell/release-android-library/master/android-release-aar.gradle' \ No newline at end of file