diff --git a/android/build.gradle b/android/build.gradle index 980c314..f451976 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,12 +1,12 @@ buildscript { - ext.kotlin_version = '2.0.20' + ext.kotlin_version = '2.1.0' repositories { google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.6.1' + classpath 'com.android.tools.build:gradle:8.7.3' 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 afa1e8e..efdcc4a 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.10.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip diff --git a/bin/.flutter-3.24.3.pkg b/bin/.flutter-3.24.4.pkg similarity index 100% rename from bin/.flutter-3.24.3.pkg rename to bin/.flutter-3.24.4.pkg diff --git a/bin/.just-1.35.0.pkg b/bin/.just-1.38.0.pkg similarity index 100% rename from bin/.just-1.35.0.pkg rename to bin/.just-1.38.0.pkg diff --git a/bin/dart b/bin/dart index 5e7c842..d99ad5b 120000 --- a/bin/dart +++ b/bin/dart @@ -1 +1 @@ -.flutter-3.24.3.pkg \ No newline at end of file +.flutter-3.24.4.pkg \ No newline at end of file diff --git a/bin/flutter b/bin/flutter index 5e7c842..d99ad5b 120000 --- a/bin/flutter +++ b/bin/flutter @@ -1 +1 @@ -.flutter-3.24.3.pkg \ No newline at end of file +.flutter-3.24.4.pkg \ No newline at end of file diff --git a/bin/just b/bin/just index 12088e1..2fb0258 120000 --- a/bin/just +++ b/bin/just @@ -1 +1 @@ -.just-1.35.0.pkg \ No newline at end of file +.just-1.38.0.pkg \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index f69cf7d..090abcb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: flutter_hooks: ^0.20.3 hooks_riverpod: ^2.4.9 - intl: ^0.19.0 + intl: ^0.20.0 dev_dependencies: flutter_test: