Skip to content

Commit 04568af

Browse files
committed
Prepare for development
1 parent f4a5f03 commit 04568af

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.5.2-SNAPSHOT'
23+
implementation 'com.braintreepayments.api:browser-switch:3.6.1-SNAPSHOT'
2424
}
2525
```
2626

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ plugins {
4242
id 'io.gitlab.arturbosch.detekt' version '1.23.6'
4343
}
4444

45-
version = '3.6.0'
45+
version = '3.6.1-SNAPSHOT'
4646
group = "com.braintreepayments"
4747
ext {
4848
compileSdkVersion = 37
4949
minSdkVersion = 23
5050
targetSdkVersion = 37
51-
versionCode = 78
51+
versionCode = 79
5252
versionName = version
5353
}
5454

0 commit comments

Comments
 (0)