Add files via upload

This commit is contained in:
mobby45 2024-06-22 10:49:07 +02:00 committed by GitHub
parent bda1f63dae
commit 26c27b223d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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'))
}