Created
March 28, 2020 01:44
-
-
Save emedinaa/aa3b68bd3580c588e09f289f789bbb3d to your computer and use it in GitHub Desktop.
Android Library source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
task sourcesJar(type: Jar) { | |
from android.sourceSets.main.java.srcDirs | |
archiveClassifier = 'sources' | |
} | |
artifacts { | |
archives sourcesJar | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment