Update build.gradle

This commit is contained in:
Arkai1 2025-03-29 15:19:08 +05:30 committed by GitHub
parent f12fa91fa0
commit 774f21f602
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,8 +2,8 @@ ext {
extName = 'AnimeKhor'
extClass = '.AnimeKhor'
themePkg = 'animestream'
baseUrl = 'https://animekhor.xyz'
overrideVersionCode = 6
baseUrl = 'https://animekhor.org'
overrideVersionCode = 7
}
apply from: "$rootDir/common.gradle"
@ -12,4 +12,4 @@ dependencies {
implementation(project(':lib:okru-extractor'))
implementation(project(':lib:streamwish-extractor'))
implementation(libs.jsunpacker)
}
}