This commit is contained in:
Thomas Fransolet 2025-06-04 10:58:56 +02:00
parent 23d2beb3e9
commit e5eaf78fdc

View File

@ -76,7 +76,7 @@ android {
defaultConfig {
applicationId "be.unov.myhomie" // leave it at the value you have in your file
minSdkVersion 23 // this as well
targetSdkVersion 28 // and this
targetSdkVersion flutter.targetSdkVersion
versionCode versionProps['VERSION_BUILD'].toInteger()
versionName "${mVersionName} Build: ${versionProps['VERSION_BUILD']}"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"