Patch 1 #639

Merged
Arkai1 merged 6 commits from patch-1 into main 2025-02-10 06:38:11 -06:00
Showing only changes of commit 2a24026e6e - Show all commits

View file

@ -1,9 +1,9 @@
ext {
extName = 'AnimeSAGA'
extClass = '.AnimeSAGA'
extName = 'AniSAGA'
extClass = '.AniSAGA'
themePkg = 'dooplay'
baseUrl = 'https://www.animesaga.in'
overrideVersionCode = 14
baseUrl = 'https://www.anisaga.org'
overrideVersionCode = 14.1
}
apply from: "$rootDir/common.gradle"