Skip to content

Commit

Permalink
Release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkoop committed Oct 19, 2020
1 parent 094dcfc commit 7f21b96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# browser-switch-android Release Notes

## unreleased
## 1.1.3

* Update androidx dependencies to latest versions

## 1.1.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add the library to your dependencies in your `build.gradle`:

```groovy
dependencies {
implementation 'com.braintreepayments:browser-switch:1.1.2'
implementation 'com.braintreepayments:browser-switch:1.1.3'
}
```

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 '1.1.3-SNAPSHOT'
version '1.1.3'
ext {
compileSdkVersion = 30
minSdkVersion = 21
Expand Down

0 comments on commit 7f21b96

Please sign in to comment.