Skip to content

Commit

Permalink
Release 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkoop committed Nov 8, 2021
1 parent 7131b1e commit 4288e45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Android Card Form Release Notes

## unreleased
## 5.3.0
* Add `AccessibleSupportedCardTypesView` with support for screen reading and tab navigation
* Deprecate `SupportedCardTypesView` in favor of `AccessibleSupportedCardTypesView`

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Add the dependency in your `build.gradle`:

```groovy
dependencies {
implementation 'com.braintreepayments:card-form:5.2.0'
implementation 'com.braintreepayments:card-form:5.3.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
id 'io.codearte.nexus-staging' version '0.21.2'
}

version '5.2.1-SNAPSHOT'
version '5.3.0'
ext {
compileSdkVersion = 30
minSdkVersion = 21
Expand Down

0 comments on commit 4288e45

Please sign in to comment.