Update build.gradle

This commit is contained in:
Phisher98 2024-12-10 16:07:06 +05:30 committed by GitHub
parent a624fb25ea
commit 3fc20ae5a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ ext {
extClass = '.DonghuaStream'
themePkg = 'animestream'
baseUrl = 'https://donghuastream.co.in'
overrideVersionCode = 6
overrideVersionCode = 7
}
apply from: "$rootDir/common.gradle"
@ -11,4 +11,4 @@ apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:dailymotion-extractor'))
implementation(project(':lib:playlist-utils'))
}
}