From 22e49a1446300eb026f323b848c82cd14d61552b Mon Sep 17 00:00:00 2001 From: jackellenberger Date: Tue, 5 Mar 2019 13:51:05 -0600 Subject: [PATCH] Release 4.1.0 --- CardForm/build.gradle | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CardForm/build.gradle b/CardForm/build.gradle index ddde231d..3d7fa755 100644 --- a/CardForm/build.gradle +++ b/CardForm/build.gradle @@ -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 diff --git a/README.md b/README.md index f6af1e53..d04d1ca4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ 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' } ``` @@ -19,7 +19,7 @@ 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' } ```