File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,4 +52,7 @@ ios/fastlane/report.xml
5252ios /fastlane /README.md
5353
5454# Android Studio Miscellaneous
55- bugreport- * .zip
55+ bugreport- * .zip
56+
57+ # iOS
58+ ios /.derived *
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ plugins {
1212
1313android {
1414 namespace = " de.tum.in.tumcampus"
15- compileSdk = 36
16- ndkVersion = " 28.1.13356709 "
15+ compileSdk = 37
16+ ndkVersion = " 28.2.13676358 "
1717
1818 compileOptions {
1919 sourceCompatibility = JavaVersion .VERSION_21
@@ -74,5 +74,5 @@ flutter {
7474
7575dependencies {
7676 implementation(" androidx.multidex:multidex:2.0.1" )
77- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.9 .0" )
77+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.11 .0" )
7878}
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ pluginManagement {
2020plugins {
2121 id(" dev.flutter.flutter-plugin-loader" ) version " 1.0.0"
2222 id(" com.android.application" ) version " 8.13.2" apply false
23- id(" org.jetbrains.kotlin.android" ) version " 2.3.0 " apply false
24- id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.3.0 " apply false
23+ id(" org.jetbrains.kotlin.android" ) version " 2.3.20 " apply false
24+ id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.3.20 " apply false
2525 id(" com.google.gms.google-services" ) version " 4.4.4" apply false
26- id(" com.google.firebase.crashlytics" ) version " 3.0.6 " apply false
26+ id(" com.google.firebase.crashlytics" ) version " 3.0.7 " apply false
2727}
2828
2929include(" :app" )
You can’t perform that action at this time.
0 commit comments