Add files via upload
This commit is contained in:
parent
bda1f63dae
commit
26c27b223d
1 changed files with 13 additions and 0 deletions
13
src/fr/nekosama/build.gradle
Normal file
13
src/fr/nekosama/build.gradle
Normal file
|
@ -0,0 +1,13 @@
|
|||
ext {
|
||||
extName = 'NekoSama'
|
||||
extClass = '.NekoSama'
|
||||
extVersionCode = 11
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation(project(':lib:streamtape-extractor'))
|
||||
implementation(project(':lib:fusevideo-extractor'))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue