From 7c950a2a3c6483272fa5a5abe99740a8f7c21157 Mon Sep 17 00:00:00 2001 From: braintreeps Date: Thu, 6 Jun 2024 19:56:03 +0000 Subject: [PATCH] Prepare for development --- README.md | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 75c39d70e7..2ba948a156 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To preview the latest work in progress builds, add the following SNAPSHOT depend ```groovy dependencies { - implementation 'com.braintreepayments.api:card:4.46.1-SNAPSHOT' + implementation 'com.braintreepayments.api:card:4.47.1-SNAPSHOT' } ``` diff --git a/build.gradle b/build.gradle index 2bc07a3f7c..448254d282 100644 --- a/build.gradle +++ b/build.gradle @@ -85,13 +85,13 @@ allprojects { } } -version '4.47.0' +version '4.47.1-SNAPSHOT' group 'com.braintreepayments' ext { compileSdkVersion = 34 minSdkVersion = 21 minSdkVersionPayPalMessaging = 23 - versionCode = 192 + versionCode = 193 targetSdkVersion = 34 versionName = version }