Release 3.0.9

This commit is contained in:
pokamest 2023-08-13 15:22:24 +01:00
parent 2f897c9c98
commit c7d2a3ffd4
2 changed files with 3 additions and 3 deletions

View file

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