Bump versioncode

This commit is contained in:
yesimxev 2023-08-25 08:20:21 +00:00
parent 248fc51628
commit 07389d7313

View File

@ -14,7 +14,7 @@ buildscript {
ext { ext {
//version=YYYYMMVVRR (Either "VV" for stable version OR "RR" for pre-release candidate (e.g. 0001 for rc1)) //version=YYYYMMVVRR (Either "VV" for stable version OR "RR" for pre-release candidate (e.g. 0001 for rc1))
//noinspection HighAppVersionCode //noinspection HighAppVersionCode
versionCode=2023030100 versionCode=2023030200
versionName="2023.3" versionName="2023.3"
} }