Skip to content

Commit

Permalink
Downgrade Kotlin to fix some compatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Mar 19, 2023
1 parent 880fa75 commit b0c4280
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions flutter_web_auth_2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.2

- 🐛 Downgrade Kotlin to fix some compatibility issues

## 2.1.1

- 🌹 Fix formatting
Expand Down
2 changes: 1 addition & 1 deletion flutter_web_auth_2/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion flutter_web_auth_2/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b0c4280

Please sign in to comment.