From 0f6140783d33de7e1ad7a9eb110b0b209b8a21bf Mon Sep 17 00:00:00 2001 From: Tim Martinak Date: Wed, 2 Oct 2019 12:12:10 -0500 Subject: [PATCH] Release 3.7.0 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a6826c6bb..eef7661a3c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add the dependency in your `build.gradle`: ```groovy dependencies { - implementation 'com.braintreepayments.api:braintree:3.6.0' + implementation 'com.braintreepayments.api:braintree:3.7.0' } ``` diff --git a/build.gradle b/build.gradle index 73afea6c14..6bd54eeb9d 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ allprojects { def sonatypeUsername = System.env['SONATYPE_USERNAME'] def sonatypePassword = System.env['SONATYPE_PASSWORD'] - version = '3.6.1-SNAPSHOT' + version = '3.7.0' ext { compileSdkVersion = 28 minSdkVersion = 21