Skip to content

Commit 926e5dd

Browse files
authored
Merge pull request #53 from klippa-app/feature/upgrade-implementation
Bump Android to 2.1.11.
2 parents 1a3b0d5 + 2dd93e8 commit 926e5dd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.14
2+
3+
* Bump Android to 2.1.11
4+
15
## 0.2.13
26

37
* Bump Android to 2.1.10

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ repositories {
7878
}
7979

8080
dependencies {
81-
def klippaScannerVersion = project.hasProperty('klippaScannerVersion') ? project.klippaScannerVersion : "2.1.10"
81+
def klippaScannerVersion = project.hasProperty('klippaScannerVersion') ? project.klippaScannerVersion : "2.1.11"
8282

8383
//noinspection GradleDynamicVersion
8484
implementation "com.facebook.react:react-native:+" // From node_modules

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@klippa/react-native-klippa-scanner-sdk",
33
"title": "React Native Klippa Scanner SDK",
4-
"version": "0.2.13",
4+
"version": "0.2.14",
55
"description": "Allows you to take pictures with the Klippa Scanner SDK from React Native.",
66
"main": "index.js",
77
"files": [

0 commit comments

Comments
 (0)