Fixed server names

Update build.gradle
This commit is contained in:
almightyhak 2024-07-29 10:03:39 +07:00 committed by almightyhak
parent 2110f77008
commit f2ab3c6ee2
2 changed files with 9 additions and 9 deletions

View file

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