Skip to content

Commit 18b85ca

Browse files
committed
Bump Dependencies
1 parent 4fd76bd commit 18b85ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version '8.5.1' apply false
21+
id "com.android.application" version '8.6.0' apply false
2222
id "org.jetbrains.kotlin.android" version "1.9.20" apply false
23-
id "org.jetbrains.kotlin.plugin.serialization" version "2.0.0" apply false
23+
id "org.jetbrains.kotlin.plugin.serialization" version "2.0.20" apply false
2424
id "com.google.gms.google-services" version "4.4.2" apply false
2525
id "com.google.firebase.crashlytics" version "3.0.2" apply false
2626
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: campus_flutter
22
description: "A new Flutter project."
33
publish_to: 'none'
4-
version: 5.0.5+1
4+
version: 5.0.6+1
55

66
environment:
77
sdk: '>=3.2.3 <4.0.0'

0 commit comments

Comments
 (0)