File tree Expand file tree Collapse file tree 5 files changed +13
-8
lines changed
Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,9 @@ apply plugin: 'kotlin-android'
2626apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
2727
2828android {
29- compileSdkVersion flutter. compileSdkVersion
29+ defaultConfig {
30+ compileSdk flutter. compileSdkVersion
31+ }
3032 ndkVersion flutter. ndkVersion
3133
3234 compileOptions {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 }
77
88 dependencies {
9- classpath ' com.android.tools.build:gradle:7.4.2 '
9+ classpath ' com.android.tools.build:gradle:8.6.0 '
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111 }
1212}
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx1536M
22android.useAndroidX =true
33android.enableJetifier =true
4+ android.defaults.buildfeatures.buildconfig =true
5+ android.nonTransitiveRClass =false
6+ android.nonFinalResIds =false
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-7.5 -all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -all.zip
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies:
5050
5151 flutter_map : ^7.0.1
5252 flutter_map_cancellable_tile_provider : ^3.0.0
53- location : ^6 .0.1
53+ location : ^7 .0.1
5454 geocoding : ^3.0.0
5555
5656 # Storage
@@ -59,15 +59,15 @@ dependencies:
5959 file_picker : ^8.0.0+1
6060
6161 # Sharing
62- share_plus : ^9.0.0
62+ share_plus : ^10.1.4
6363 url_launcher : ^6.0.17
6464 path_provider : ^2.0.8
65- maps_launcher : ^2 .0.1
65+ maps_launcher : ^3 .0.0+ 1
6666
6767
6868 flutter_settings_screens : ^0.3.3-null-safety+2
6969 latlong2 : ^0.9.0
70- intl : ^0.19.0
70+ intl : ^0.20.2
7171 logger : ^2.0.1
7272
7373
@@ -82,7 +82,7 @@ dev_dependencies:
8282 # activated in the `analysis_options.yaml` file located at the root of your
8383 # package. See that file for information about deactivating specific lint
8484 # rules and activating additional ones.
85- flutter_lints : ^4 .0.0
85+ flutter_lints : ^5 .0.0
8686 test : ^1.24.9
8787 mockito : ^5.4.4
8888
You can’t perform that action at this time.
0 commit comments