From e5eaf78fdc7a0ebe21f1258cab76f17881c5255d Mon Sep 17 00:00:00 2001 From: Thomas Fransolet Date: Wed, 4 Jun 2025 10:58:56 +0200 Subject: [PATCH] test --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"