Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Upgrade ext.kotlin_version to 1.6.20 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog
## 0.2.7
- Upgrade kotlint plugin version

## 0.2.6
- Support custom localization

## 0.2.5
- Improved Onfido configurations validations (thanks @LeonardoRosaa)

Expand Down
3 changes: 2 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ group 'com.fluencybank.flutter_onfido'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.3.50'
//
ext.kotlin_version = '1.6.20'
repositories {
google()
jcenter()
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_onfido
description: Onfido SDK plugin for Flutter. Package supports iOS and Android to verify users identity.
version: 0.2.6
version: 0.2.7
homepage: https://github.com/geweald/flutter_onfido

environment:
Expand Down