Fixed version code placement

This commit is contained in:
yesimxev 2023-08-14 16:49:09 +01:00
parent 29d337acbf
commit 2e8ab256c2

View File

@ -8,10 +8,13 @@ buildscript {
COMPILE_SDK_VERSION: 31,
TARGET_SDK_VERSION : 32,
JUNIT_VERSION : "4.12"
]
ext {
//version=YYYYMMVVRR (Either "VV" for stable version OR "RR" for pre-release candidate (e.g. 0001 for rc1))
versionCode=2023030100
versionName="2023.3"
]
}
ext.deps = [
"annotations" : "androidx.annotation:annotation:1.0.0",