From b0c4280aff56cb91ed3d79a5a04c5abfaef5ed9e Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Sun, 19 Mar 2023 16:49:56 +0100 Subject: [PATCH] Downgrade Kotlin to fix some compatibility issues --- flutter_web_auth_2/CHANGELOG.md | 4 ++++ flutter_web_auth_2/android/build.gradle | 2 +- flutter_web_auth_2/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/flutter_web_auth_2/CHANGELOG.md b/flutter_web_auth_2/CHANGELOG.md index b24f5d2..73acc76 100644 --- a/flutter_web_auth_2/CHANGELOG.md +++ b/flutter_web_auth_2/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.2 + +- 🐛 Downgrade Kotlin to fix some compatibility issues + ## 2.1.1 - 🌹 Fix formatting diff --git a/flutter_web_auth_2/android/build.gradle b/flutter_web_auth_2/android/build.gradle index cf8995b..009a320 100644 --- a/flutter_web_auth_2/android/build.gradle +++ b/flutter_web_auth_2/android/build.gradle @@ -2,7 +2,7 @@ group 'com.linusu.flutter_web_auth_2' version '1.0-SNAPSHOT' buildscript { - ext.kotlin_version = '1.8.0' + ext.kotlin_version = '1.7.10' repositories { google() mavenCentral() diff --git a/flutter_web_auth_2/pubspec.yaml b/flutter_web_auth_2/pubspec.yaml index 0eceb12..b2e8cbb 100644 --- a/flutter_web_auth_2/pubspec.yaml +++ b/flutter_web_auth_2/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_web_auth_2 description: Flutter plugin for authenticating a user with a web service. -version: 2.1.1 +version: 2.1.2 homepage: https://github.com/ThexXTURBOXx/flutter_web_auth_2 repository: https://github.com/ThexXTURBOXx/flutter_web_auth_2 issue_tracker: https://github.com/ThexXTURBOXx/flutter_web_auth_2/issues