Increase extVersionCode

This commit is contained in:
SonoPG 2025-01-18 23:52:38 +01:00 committed by GitHub
parent 88ee1ea379
commit f02d4eda87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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