Skip to content

Commit e5b4ccd

Browse files
author
danny
committed
Updated Gradle
1 parent f32a6fc commit e5b4ccd

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

macless_haystack/android/app/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ apply plugin: 'kotlin-android'
2626
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2727

2828
android {
29-
compileSdkVersion flutter.compileSdkVersion
29+
defaultConfig {
30+
compileSdk flutter.compileSdkVersion
31+
}
3032
ndkVersion flutter.ndkVersion
3133

3234
compileOptions {

macless_haystack/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
org.gradle.jvmargs=-Xmx1536M
22
android.useAndroidX=true
33
android.enableJetifier=true
4+
android.defaults.buildfeatures.buildconfig=true
5+
android.nonTransitiveRClass=false
6+
android.nonFinalResIds=false

macless_haystack/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=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

macless_haystack/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)