diff --git a/android/app/build.gradle b/android/app/build.gradle index e6c0f0e4..55fc66f4 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -41,7 +41,7 @@ android { defaultConfig { applicationId = "com.danemadsen.maid" minSdk = 23 - targetSdk = 33 + targetSdk = 34 versionCode = flutterVersionCode.toInteger() versionName = flutterVersionName }