Skip to content

Commit

Permalink
Update to support new iOS & Android versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinFarmer committed Mar 28, 2022
1 parent 62e3104 commit d793ff4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.5

- Bump iOS to version 0.4.12
- Bump Android to version 2.0.8

## 0.0.4

- Bump iOS to version 0.4.11
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
def klippaScannerVersion = project.hasProperty('klippaScannerVersion') ? project.klippaScannerVersion : "2.0.7"
def klippaScannerVersion = project.hasProperty('klippaScannerVersion') ? project.klippaScannerVersion : "2.0.8"
implementation "com.klippa:scanner:$klippaScannerVersion"
}
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allprojects {
maven { url "https://jitpack.io/" }
}
project.ext {
klippaScannerVersion = "2.0.7"
klippaScannerVersion = "2.0.8"
}
}

Expand Down
2 changes: 1 addition & 1 deletion ios/.sdk_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.11
0.4.12
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: 0.0.4
version: 0.0.5
homepage: https://github.com/klippa-app/flutter-klippa-scanner-sdk

environment:
Expand Down

0 comments on commit d793ff4

Please sign in to comment.