Delete src/fr/nekosama/build.gradle

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

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