diff --git a/CHANGELOG.md b/CHANGELOG.md index 2919cd3..867bc0a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Affirm Android SDK Changelog All notable changes to the SDK are documented in this file. +## Version 2.0.24 (April 29, 2024) +- Support international integration + ## Version 2.0.23 (March 21, 2024) - Support description on Accessible mode diff --git a/README.md b/README.md index 6bd36ed..cf2eed8 100755 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ Affirm Android SDK allows you to offer Affirm in your own app. Download via Gradle: ```groovy -implementation "com.affirm:affirm-android-sdk:2.0.23" +implementation "com.affirm:affirm-android-sdk:2.0.24" ``` or Maven: ```xml com.affirm affirm-android-sdk - 2.0.23 + 2.0.24 ``` Snapshots of the development version are available in [Sonatype's `snapshots` repository](https://oss.sonatype.org/content/repositories/snapshots/). @@ -356,7 +356,7 @@ We also support using fragment directly, only need to pass a ViewGroup id, we wi 1. Copy the content of the `gradle.properties.template` to `affirm/gradle.properties`. This step is optional. There is a step inside `affirm/build.gradle` to do this automatically. 2. Run the `samples-java` or `samples-kotlin` within Android Studio. -# Upgrade (from 1.x.x to 2.0.23) +# Upgrade (from 1.x.x to 2.0.24) * If you are using an older version of the SDK, you can refer to this [upgrade document](https://github.com/Affirm/affirm-merchant-sdk-android/blob/master/UPGRADE.md). We recommend that you install the latest version to access the most up-to-date features and experience. # Changelog