From ba05a6c7cb26bfb309890cf7e41ad4d920fb1fad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 04:02:02 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- android/build.gradle | 4 ++-- android/gradle/wrapper/gradle-wrapper.properties | 2 +- bin/{.flutter-3.16.5.pkg => .flutter-3.19.2.pkg} | 0 bin/{.just-1.16.0.pkg => .just-1.24.0.pkg} | 0 bin/dart | 2 +- bin/flutter | 2 +- bin/just | 2 +- pubspec.yaml | 2 +- 8 files changed, 7 insertions(+), 7 deletions(-) rename bin/{.flutter-3.16.5.pkg => .flutter-3.19.2.pkg} (100%) rename bin/{.just-1.16.0.pkg => .just-1.24.0.pkg} (100%) diff --git a/android/build.gradle b/android/build.gradle index 639493e..6554ae9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,12 +1,12 @@ buildscript { - ext.kotlin_version = '1.9.21' + ext.kotlin_version = '1.9.22' repositories { google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.2.0' + classpath 'com.android.tools.build:gradle:8.2.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index aa49780..5d6560a 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip diff --git a/bin/.flutter-3.16.5.pkg b/bin/.flutter-3.19.2.pkg similarity index 100% rename from bin/.flutter-3.16.5.pkg rename to bin/.flutter-3.19.2.pkg diff --git a/bin/.just-1.16.0.pkg b/bin/.just-1.24.0.pkg similarity index 100% rename from bin/.just-1.16.0.pkg rename to bin/.just-1.24.0.pkg diff --git a/bin/dart b/bin/dart index 44d2c3e..63440e0 120000 --- a/bin/dart +++ b/bin/dart @@ -1 +1 @@ -.flutter-3.16.5.pkg \ No newline at end of file +.flutter-3.19.2.pkg \ No newline at end of file diff --git a/bin/flutter b/bin/flutter index 44d2c3e..63440e0 120000 --- a/bin/flutter +++ b/bin/flutter @@ -1 +1 @@ -.flutter-3.16.5.pkg \ No newline at end of file +.flutter-3.19.2.pkg \ No newline at end of file diff --git a/bin/just b/bin/just index 1719b2d..c896709 120000 --- a/bin/just +++ b/bin/just @@ -1 +1 @@ -.just-1.16.0.pkg \ No newline at end of file +.just-1.24.0.pkg \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 892fa83..9c8bd91 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: flutter_hooks: ^0.20.3 hooks_riverpod: ^2.4.9 - intl: ^0.18.1 + intl: ^0.19.0 dev_dependencies: flutter_test: