Skip to content

Commit

Permalink
Merge pull request #60 from klarna/2.0.12
Browse files Browse the repository at this point in the history
Release 2.0.12
  • Loading branch information
NMGuner authored Oct 21, 2020
2 parents f027df2 + 53c9974 commit 808aae7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to React Native Klarna In-App SDK will be documented in this file.

### [2.0.12] - 2020-10-21
- Change Android SDK version to 2.0.26

### [2.0.11] - 2020-10-08
- Update iOS SDK version to the latest (2.0.24)

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repositories {

dependencies {
implementation "com.facebook.react:react-native:${safeExtGet('reactnativeVersion', '+')}"
implementation 'com.klarna.mobile:sdk:2.0.+'
implementation 'com.klarna.mobile:sdk:2.0.26'

testImplementation "junit:junit:4.13"
testImplementation 'androidx.test:core:1.2.0'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-klarna-inapp-sdk",
"title": "React Native Klarna In-App SDK",
"version": "2.0.11",
"version": "2.0.12",
"description": "This library wraps Klarna’s In-App SDK and exposes its functionality as React Native components. It currently supports Klarna Payments via a Payment View component.",
"main": "index.js",
"scripts": {},
Expand Down

0 comments on commit 808aae7

Please sign in to comment.