File tree Expand file tree Collapse file tree 12 files changed +23
-21
lines changed
src/main/kotlin/com/example/complete
src/main/kotlin/com/example/complete Expand file tree Collapse file tree 12 files changed +23
-21
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ gradle-wrapper.jar
55/gradlew.bat
66/local.properties
77GeneratedPluginRegistrant.java
8+ .cxx /
89
910# Remember to never publicly share your keystore.
1011# See https://flutter.dev/to/reference-keystore
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ android {
1111 ndkVersion = flutter.ndkVersion
1212
1313 compileOptions {
14- sourceCompatibility = JavaVersion .VERSION_1_8
15- targetCompatibility = JavaVersion .VERSION_1_8
14+ sourceCompatibility = JavaVersion .VERSION_11
15+ targetCompatibility = JavaVersion .VERSION_11
1616 }
1717
1818 kotlinOptions {
19- jvmTarget = JavaVersion .VERSION_1_8 .toString()
19+ jvmTarget = JavaVersion .VERSION_11 .toString()
2020 }
2121
2222 defaultConfig {
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package com.example.complete
22
33import io.flutter.embedding.android.FlutterActivity
44
5- class MainActivity : FlutterActivity ()
5+ class MainActivity : FlutterActivity ()
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -all.zip
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ pluginManagement {
1818
1919plugins {
2020 id(" dev.flutter.flutter-plugin-loader" ) version " 1.0.0"
21- id(" com.android.application" ) version " 8.7.0 " apply false
22- id(" org.jetbrains.kotlin.android" ) version " 1.8.22 " apply false
21+ id(" com.android.application" ) version " 8.7.3 " apply false
22+ id(" org.jetbrains.kotlin.android" ) version " 2.1.0 " apply false
2323}
2424
2525include(" :app" )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1919version : 1.0.0+1
2020
2121environment :
22- sdk : ^3.7 .0-0
22+ sdk : ^3.8 .0-0
2323
2424# Dependencies specify other packages that your package needs in order to work.
2525# To automatically upgrade your package dependencies to the latest versions
@@ -34,10 +34,10 @@ dependencies:
3434 # The following adds the Cupertino Icons font to your application.
3535 # Use with the CupertinoIcons class for iOS style icons.
3636 cupertino_icons : ^1.0.8
37- go_router : ^14.7.2
38- firebase_core : ^3.11 .0
39- firebase_auth : ^5.4.2
40- cloud_firestore : ^5.6.3
37+ go_router : ^14.8.0
38+ firebase_core : ^3.12 .0
39+ firebase_auth : ^5.5.0
40+ cloud_firestore : ^5.6.4
4141
4242dev_dependencies :
4343 flutter_test :
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ gradle-wrapper.jar
55/gradlew.bat
66/local.properties
77GeneratedPluginRegistrant.java
8+ .cxx /
89
910# Remember to never publicly share your keystore.
1011# See https://flutter.dev/to/reference-keystore
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ android {
1111 ndkVersion = flutter.ndkVersion
1212
1313 compileOptions {
14- sourceCompatibility = JavaVersion .VERSION_1_8
15- targetCompatibility = JavaVersion .VERSION_1_8
14+ sourceCompatibility = JavaVersion .VERSION_11
15+ targetCompatibility = JavaVersion .VERSION_11
1616 }
1717
1818 kotlinOptions {
19- jvmTarget = JavaVersion .VERSION_1_8 .toString()
19+ jvmTarget = JavaVersion .VERSION_11 .toString()
2020 }
2121
2222 defaultConfig {
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package com.example.complete
22
33import io.flutter.embedding.android.FlutterActivity
44
5- class MainActivity : FlutterActivity ()
5+ class MainActivity : FlutterActivity ()
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -all.zip
You can’t perform that action at this time.
0 commit comments