diff --git a/CHANGELOG.md b/CHANGELOG.md index d0403697..43ef78cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/android/build.gradle b/android/build.gradle index 9f794119..bd9b84de 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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' diff --git a/package.json b/package.json index a3cafe9b..4a45ec43 100644 --- a/package.json +++ b/package.json @@ -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": {},