Skip to content

Commit

Permalink
chore(deps): update androidx.window:window to v1.2.0 (#125)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and vareversat committed Apr 21, 2024
1 parent 62314ca commit 2022d00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if (keystorePropertiesFile.exists()) {
android {
namespace = "fr.vareversat.chabo"

compileSdkVersion 33
compileSdkVersion 34

lintOptions {
disable 'InvalidPackage'
Expand All @@ -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
}
Expand All @@ -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/
Expand Down

0 comments on commit 2022d00

Please sign in to comment.