Skip to content

Commit

Permalink
Merge 90f904f into ca5dd14
Browse files Browse the repository at this point in the history
  • Loading branch information
jaibatrik committed Oct 4, 2016
2 parents ca5dd14 + 90f904f commit d0fce36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions library/build.gradle
Expand Up @@ -28,9 +28,8 @@ dependencies {
}

task libraryJar(type: Jar) {
dependsOn assembleRelease
dependsOn 'assembleRelease'
from android.sourceSets.main.java.srcDirs,
['build/intermediates/classes/release/'] // Add the release classes into the jar
baseName 'sugar'
}

0 comments on commit d0fce36

Please sign in to comment.