Update build.gradle

This commit is contained in:
Arkai1 2025-03-06 10:10:30 +05:30 committed by GitHub
parent 0daea5caaf
commit a6741144a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,11 @@
ext {
extName = 'AnimeWorld India'
extClass = '.AnimeWorldIndiaFactory'
extVersionCode = 14
extVersionCode = 15
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(":lib:playlist-utils"))
}
}