From 2022d001516eeeac7dcc1da23768f2bcb27a8a8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:29:55 +0100 Subject: [PATCH] chore(deps): update androidx.window:window to v1.2.0 (#125) * chore(deps): update androidx.window:window to v1.2.0 * chore(deps): update androidx.window:window-java to v1.2.0 * chore(android): bump to API 34 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Valentin REVERSAT --- android/app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 34f6b876..5ff00817 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -33,7 +33,7 @@ if (keystorePropertiesFile.exists()) { android { namespace = "fr.vareversat.chabo" - compileSdkVersion 33 + compileSdkVersion 34 lintOptions { disable 'InvalidPackage' @@ -50,7 +50,7 @@ android { multiDexEnabled true // https://pub.dev/packages/flutter_local_notifications/ applicationId "fr.vareversat.chabo" minSdkVersion 21 - targetSdkVersion 33 + targetSdkVersion 34 versionCode flutterVersionCode.toInteger() versionName flutterVersionName } @@ -77,9 +77,9 @@ flutter { dependencies { - implementation 'androidx.window:window:1.1.0' + implementation 'androidx.window:window:1.2.0' // https://github.com/flutter/flutter/issues/110658 - implementation 'androidx.window:window-java:1.1.0' + implementation 'androidx.window:window-java:1.2.0' // https://github.com/flutter/flutter/issues/110658 coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4' // https://pub.dev/packages/flutter_local_notifications/