Skip to content

Commit

Permalink
bump android sdk and remove material3 dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinFarmer committed Oct 17, 2024
1 parent d93864f commit e6322d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1

* Bump Android to 4.0.1

## 1.0.0

**NOTE:** This version introduces breaking changes, please see our documentation for the new implementation.
Expand Down
8 changes: 1 addition & 7 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,7 @@ android {
}

dependencies {
def fallbackKlippaScannerVersion = "4.0.0"
def fallbackKlippaScannerVersion = "4.0.1"
def klippaScannerVersion = project.hasProperty('klippaScannerVersion') ? project.klippaScannerVersion : fallbackKlippaScannerVersion
implementation "com.klippa:scanner:$klippaScannerVersion"


def composeBom = platform('androidx.compose:compose-bom:2024.09.03')
implementation composeBom
implementation 'androidx.compose.material3:material3'
implementation "androidx.compose.material:material-icons-extended"
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: klippa_scanner_sdk
description: Allows you to do document scanning with the Klippa Scanner SDK from Flutter apps.
version: 1.0.0
version: 1.0.1
homepage: https://github.com/klippa-app/flutter-klippa-scanner-sdk

environment:
Expand Down

0 comments on commit e6322d8

Please sign in to comment.