bump aniplay & exts using zorotheme (#954)

* bump exts using zorotheme

* Update build.gradle
This commit is contained in:
V3u47ZoN 2025-04-29 16:05:01 +00:00 committed by GitHub
parent 0f2d3adc46
commit 45cff438ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ plugins {
id("lib-multisrc")
}
baseVersionCode = 5
baseVersionCode = 6
dependencies {
api(project(":lib:megacloud-extractor"))

View file

@ -2,7 +2,7 @@ ext {
extName = 'AniPlay'
extClass = '.AniPlay'
themePkg = 'anilist'
overrideVersionCode = 17
overrideVersionCode = 18
}
apply from: "$rootDir/common.gradle"