mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
add sources jar
This commit is contained in:
parent
f90f91cea5
commit
8b4b1fd7fd
2 changed files with 9 additions and 1 deletions
|
@ -183,4 +183,9 @@ dependencies {
|
|||
implementation 'com.github.TeamNewPipe:NewPipeExtractor:master-SNAPSHOT'
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
||||
|
||||
}
|
||||
|
||||
task androidSourcesJar(type: Jar) {
|
||||
getArchiveClassifier().set('sources')
|
||||
from android.sourceSets.main.java.srcDirs//full sources
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue