diff --git a/CHANGELOG.md b/CHANGELOG.md index 973b766..57850c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## Version 0.8.2 +* Added the ability to accept a shipping change without having to patching the order +* Resolved crashes caused by Encrypted Shared Preferences +* Fixed an issue caused by a duplicate package name when minifying +* Accessibility fixes + ## Version 0.8.1 * Removing the requirement for a returnUrl(If there are issues with returning back to the original app, try adding *nativexo://paypalpay* as another returnUrl on the developer portal) * Adding the ability to add a card on US and EU diff --git a/quickstart-kotlin/build.gradle b/quickstart-kotlin/build.gradle index 19e5f05..2954f40 100644 --- a/quickstart-kotlin/build.gradle +++ b/quickstart-kotlin/build.gradle @@ -41,7 +41,7 @@ android { dependencies { // PayPal Checkout SDK Libraries - implementation 'com.paypal.checkout:android-sdk:0.6.2' + implementation 'com.paypal.checkout:android-sdk:0.8.2' // Other Dependencies Related To Sample App implementation fileTree(dir: "libs", include: ["*.jar"]) diff --git a/quickstart-kotlin/src/main/java/com/paypal/checkoutsamples/QuickStartApp.kt b/quickstart-kotlin/src/main/java/com/paypal/checkoutsamples/QuickStartApp.kt index 3e9f165..2f1bda7 100644 --- a/quickstart-kotlin/src/main/java/com/paypal/checkoutsamples/QuickStartApp.kt +++ b/quickstart-kotlin/src/main/java/com/paypal/checkoutsamples/QuickStartApp.kt @@ -16,7 +16,6 @@ class QuickStartApp : Application() { application = this, clientId = PAYPAL_CLIENT_ID, environment = Environment.SANDBOX, - returnUrl = "${BuildConfig.APPLICATION_ID}://paypalpay", currencyCode = CurrencyCode.USD, userAction = UserAction.PAY_NOW, settingsConfig = SettingsConfig(