Skip to content
This repository has been archived by the owner on Jan 26, 2018. It is now read-only.

Commit

Permalink
fix build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jfranken committed Jun 29, 2017
1 parent fef15f8 commit 7759f0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ task apklib(type: Zip) {
}
}

artifacts {
archives sourcesJar
}

task sourcesJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
classifier = 'sources'
}

artifacts {
archives sourcesJar
}

if (!hasProperty("sonatypeUsername")) {
sonatypeUsername = ""
}
Expand Down

0 comments on commit 7759f0f

Please sign in to comment.