From b3ef3c777cb707a16affafd210bb828263cd07be Mon Sep 17 00:00:00 2001 From: "M.kazemienjad" Date: Sat, 17 Jun 2023 14:49:49 +0330 Subject: [PATCH 1/3] chore: update intl package , update kotlin version and complie sdk version --- example/android/app/build.gradle | 2 +- example/android/app/src/main/AndroidManifest.xml | 2 +- example/android/build.gradle | 4 ++-- example/android/gradle.properties | 1 + example/android/gradle/wrapper/gradle-wrapper.properties | 2 +- example/pubspec.yaml | 4 ++-- pubspec.yaml | 2 +- 7 files changed, 9 insertions(+), 8 deletions(-) diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 320be22..9deab4a 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion 28 + compileSdkVersion 31 sourceSets { main.java.srcDirs += 'src/main/kotlin' diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index 55ca830..9b3997f 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -6,7 +6,7 @@ additional functionality it is fine to subclass or reimplement FlutterApplication and put your custom class here. --> Date: Sat, 8 Jul 2023 21:41:37 +0330 Subject: [PATCH 2/3] Update pubspec.yaml chnage veriosn of intl to 0.18.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 9b8cd9d..0474164 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter - intl: 0.18.1 + intl: 0.18.0 dev_dependencies: flutter_test: From 7244281fe3af011566eeef7540c946e196b71f7a Mon Sep 17 00:00:00 2001 From: mohammadprgrm <39572061+mohammadprgrm20123@users.noreply.github.com> Date: Tue, 11 Jul 2023 11:18:56 +0330 Subject: [PATCH 3/3] Update pubspec.yaml chnage intl 0.18.0 to ^0.18.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 0474164..605e972 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter - intl: 0.18.0 + intl: ^0.18.0 dev_dependencies: flutter_test: