Skip to content

Commit 885c016

Browse files
committed
chore: bump version to 2.3.0 and modernize Android Gradle and Kotlin build configurations
1 parent 36d105e commit 885c016

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.3.0
2+
### Android
3+
* Upgraded Gradle wrapper to version `8.14.5`.
4+
* Modernized Kotlin configuration to use the new `compilerOptions` DSL instead of legacy `kotlinOptions`.
5+
* Cleaned up legacy build script configurations, removing deprecated dependencies (`kotlin-stdlib-jdk7`) and applying standard Kotlin DSL configurations.
6+
17
## 2.2.0
28
### Android
39
* Added support for configuring the ML Kit document scanner mode.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cunning_document_scanner
22
description: A document scanner plugin for flutter. Scan and crop automatically on iOS and Android.
3-
version: 2.2.0
3+
version: 2.3.0
44
homepage: https://cunning.biz
55
repository: https://github.com/jachzen/cunning_document_scanner
66

0 commit comments

Comments
 (0)