updated extVersionCode to 72

This commit is contained in:
Josef František Straka 2024-07-30 23:29:48 +02:00
parent 7399ce6055
commit 471e9babad

View file

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