Skip to content

Commit

Permalink
v1.0.1 no changes
Browse files Browse the repository at this point in the history
  • Loading branch information
death14stroke committed Mar 9, 2020
1 parent e545454 commit 434e7ce
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
1 change: 1 addition & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
14 changes: 13 additions & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
minSdkVersion 23
targetSdkVersion 29
versionCode 2
versionName "1.0.0-alpha01"
versionName "1.0.1"
consumerProguardFiles "consumer-rules.pro"
}

Expand Down Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion library/publish.gradle
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 434e7ce

Please sign in to comment.