From 5512946865c550d242aba7029eca25942646a03a Mon Sep 17 00:00:00 2001 From: MohitGargFilo Date: Tue, 22 Oct 2024 15:56:25 +0530 Subject: [PATCH 1/2] Degrade dart version to match app's version with updated changes --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 22844e0..1281360 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ version: 3.1.3 homepage: https://github.com/jonataslaw/VideoCompress environment: - sdk: ">=3.0.0 <4.0.0" + sdk: ">=2.17.5 <3.0.0" flutter: ">=2.0.0" dependencies: From ad93312c8a477c71b2ce95e2f6fd5159dcb407cb Mon Sep 17 00:00:00 2001 From: MohitGargFilo Date: Tue, 22 Oct 2024 16:26:56 +0530 Subject: [PATCH 2/2] degrade kotline version --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 45da423..27ccd42 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,7 +2,7 @@ group 'com.example.video_compress' version '1.0-SNAPSHOT' buildscript { - ext.kotlin_version = '1.9.10' + ext.kotlin_version = '1.7.10' repositories { google() mavenCentral()