SourceCode Extension #2

Merged
mobby45 merged 5 commits from main into main 2024-06-22 03:57:30 -05:00
Showing only changes of commit bda1f63dae - Show all commits

View file

@ -1,13 +0,0 @@
ext {
extName = 'NekoSama'
extClass = '.NekoSama'
extVersionCode = 10
isNsfw = true
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:streamtape-extractor'))
implementation(project(':lib:fusevideo-extractor'))
}