Skip to content

Commit b9c1df7

Browse files
Merge pull request #145 from Affirm/release_2.0.29
update version number and changelog 2.0.29
2 parents 71cec25 + 1dbc01c commit b9c1df7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Affirm Android SDK Changelog
22
All notable changes to the SDK are documented in this file.
33

4+
## Version 2.0.29 (December 04, 2024)
5+
- Update proguard rules
6+
47
## Version 2.0.28 (November 25, 2024)
58
- Remove maximum amount limit
69

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Affirm Android SDK allows you to offer Affirm in your own app.
77

88
Download via Gradle:
99
```groovy
10-
implementation "com.affirm:affirm-android-sdk:2.0.28"
10+
implementation "com.affirm:affirm-android-sdk:2.0.29"
1111
```
1212
or Maven:
1313
```xml
1414
<dependency>
1515
<groupId>com.affirm</groupId>
1616
<artifactId>affirm-android-sdk</artifactId>
17-
<version>2.0.28</version>
17+
<version>2.0.29</version>
1818
</dependency>
1919
```
2020
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
356356
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.
357357
2. Run the `samples-java` or `samples-kotlin` within Android Studio.
358358
359-
# Upgrade (from 1.x.x to 2.0.28)
359+
# Upgrade (from 1.x.x to 2.0.29)
360360
* 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.
361361
362362
# Changelog

0 commit comments

Comments
 (0)