Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update version number and changelog 2.0.28 #143

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Affirm Android SDK Changelog
All notable changes to the SDK are documented in this file.

## Version 2.0.28 (November 25, 2024)
- Remove maximum amount limit

## Version 2.0.27 (September 03, 2024)
- Added categories field to item in checkout request

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.27"
implementation "com.affirm:affirm-android-sdk:2.0.28"
```
or Maven:
```xml
<dependency>
<groupId>com.affirm</groupId>
<artifactId>affirm-android-sdk</artifactId>
<version>2.0.27</version>
<version>2.0.28</version>
</dependency>
```
Snapshots of the development version are available in [Sonatype's `snapshots` repository](https://oss.sonatype.org/content/repositories/snapshots/).
Expand Down Expand Up @@ -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.27)
# Upgrade (from 1.x.x to 2.0.28)
* 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
Expand Down
Loading