updated extVersionCode to 73

This commit is contained in:
Josef František Straka 2024-08-03 14:44:12 +02:00
parent 6f8e2e8db5
commit c128115f6a

View file

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