diff --git a/android/app/build.gradle b/android/app/build.gradle index 6fb76f5..d4cf275 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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"