Skip to content

Commit

Permalink
Publish mini-android as aar
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Orgaz committed Jul 31, 2019
1 parent 9dee009 commit b8b0c33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
kotlin_version = '1.3.41'
mini_version = '4.0.0'
mini_version = '4.0.1'
}

repositories {
Expand Down
5 changes: 0 additions & 5 deletions mini-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,7 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
from javadoc.destinationDir
}

task classesJar(type: Jar) {
from "$buildDir/intermediates/classes/release"
}

artifacts {
archives classesJar
archives javadocJar
archives sourcesJar
}

0 comments on commit b8b0c33

Please sign in to comment.