Update build.gradle

This commit is contained in:
Arkai1 2025-02-07 11:14:49 +05:30 committed by GitHub
parent 9d7a7c21f9
commit 786e489555
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,11 @@
ext { ext {
extName = 'AniSAGA' extName = 'AniSAGA'
extClass = '.AniSAGA' extClass = '.AniSAGA'
extVersionCode = 15.6
themePkg = 'dooplay' themePkg = 'dooplay'
baseUrl = 'https://www.anisaga.org' baseUrl = 'https://www.anisaga.org'
overrideVersionCode = 14 overrideVersionCode = 14.2
isNsfw = false
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"