Bump version

This commit is contained in:
Mykola Baibuz 2023-10-27 15:38:24 -04:00
parent 9e92e4b5ff
commit 2fc33875bb
2 changed files with 3 additions and 3 deletions

View file

@ -138,8 +138,8 @@ android {
resConfig "en"
minSdkVersion = 24
targetSdkVersion = 34
versionCode 37 // Change to a higher number
versionName "4.0.8" // Change to a higher number
versionCode 39 // Change to a higher number
versionName "4.1.0" // Change to a higher number
javaCompileOptions.annotationProcessorOptions.arguments = [
"room.schemaLocation": "${qtAndroidDir}/schemas".toString()