Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jackellenberger committed Mar 5, 2019
1 parent 4c637eb commit 22e49a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CardForm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'maven'
apply plugin: 'signing'
apply plugin: 'io.codearte.nexus-staging'

version '4.0.1-SNAPSHOT'
version '4.1.0'

android {
compileSdkVersion 28
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Add the dependency in your `build.gradle`:

```groovy
dependencies {
implementation 'com.braintreepayments:card-form:4.0.0'
implementation 'com.braintreepayments:card-form:4.1.0'
}
```

To use the latest build from the `master` branch use:

```groovy
dependencies {
implementation 'com.braintreepayments:card-form:4.0.1-SNAPSHOT'
implementation 'com.braintreepayments:card-form:4.1.1-SNAPSHOT'
}
```

Expand Down

0 comments on commit 22e49a1

Please sign in to comment.