Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kjxbyz committed Jun 11, 2024
1 parent e0d1616 commit 7fe1244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ dependencies {

// flutter_local_notifications
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
implementation 'androidx.window:window:1.2.0'
implementation 'androidx.window:window-java:1.2.0'
implementation 'androidx.window:window:1.3.0'
implementation 'androidx.window:window-java:1.3.0'

externalImplementation "com.google.android.gms:play-services-auth:21.2.0"
}
2 changes: 1 addition & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.4.1" apply false
id "com.android.application" version "8.4.2" apply false
id "org.jetbrains.kotlin.android" version "2.0.0" apply false
id "com.google.gms.google-services" version "4.4.2" apply false
}
Expand Down

0 comments on commit 7fe1244

Please sign in to comment.