Skip to content

Commit

Permalink
new version release
Browse files Browse the repository at this point in the history
  • Loading branch information
robokitten007 committed Mar 6, 2024
1 parent d239bd3 commit 878daaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Affirm Android SDK Changelog
All notable changes to the SDK are documented in this file.
## Version 2.0.21 (March 06, 2024)
- Bug-fixes

## Version 2.0.20 (January 22, 2022)
- Added logging
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.20"
implementation "com.affirm:affirm-android-sdk:2.0.21"
```
or Maven:
```xml
<dependency>
<groupId>com.affirm</groupId>
<artifactId>affirm-android-sdk</artifactId>
<version>2.0.20</version>
<version>2.0.21</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 @@ -354,7 +354,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.20)
# Upgrade (from 1.x.x to 2.0.21)
* 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

0 comments on commit 878daaf

Please sign in to comment.