Fix DramaCool Extension + Anisama Extension #279

Merged
mobby45 merged 6 commits from main into main 2024-09-25 15:14:15 -05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 17f34d07f8 - Show all commits

View file

@ -1,7 +1,7 @@
ext {
extName = 'DramaCool'
extClass = '.DramaCool'
extVersionCode = 49
extVersionCode = 50
}
apply from: "$rootDir/common.gradle"

View file

@ -1,7 +1,7 @@
ext {
extName = 'AniSama'
extClass = '.AniSama'
extVersionCode = 7
extVersionCode = 8
}
apply from: "$rootDir/common.gradle"