Skip to content

Commit 2976d73

Browse files
committed
Prepare for development
1 parent c23baa0 commit 2976d73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To preview the latest work in progress builds, add the following SNAPSHOT depend
2020

2121
```groovy
2222
dependencies {
23-
implementation 'com.braintreepayments.api:browser-switch:3.1.1-SNAPSHOT'
23+
implementation 'com.braintreepayments.api:browser-switch:3.2.1-SNAPSHOT'
2424
}
2525
```
2626

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ plugins {
4141
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
4242
}
4343

44-
version = '3.2.0'
44+
version = '3.2.1-SNAPSHOT'
4545
group = "com.braintreepayments"
4646
ext {
4747
compileSdkVersion = 35
4848
minSdkVersion = 23
4949
targetSdkVersion = 35
50-
versionCode = 73
50+
versionCode = 74
5151
versionName = version
5252
}
5353

0 commit comments

Comments
 (0)