Fix DramaCool source

This commit is contained in:
Your Name 2024-11-23 15:11:01 +08:00
parent 9c9dc081e1
commit 18dc21d506
2 changed files with 2 additions and 2 deletions

View file

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