Update build.gradle

This commit is contained in:
Willy Nur Wahyudi 2024-06-30 14:39:12 +07:00 committed by GitHub
parent bac4531609
commit 2c48d82da0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,11 @@
ext { ext {
extName = 'Kuramanime' extName = 'Kuramanime'
extClass = '.Kuramanime' extClass = '.Kuramanime'
extVersionCode = 12 extVersionCode = 13
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"
dependencies { dependencies {
implementation(project(":lib:streamtape-extractor")) implementation(project(":lib:streamtape-extractor"))
} }