Skip to content

Commit

Permalink
Prepare for development
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Mar 20, 2024
1 parent 9e96cee commit 247cede
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To preview the latest work in progress builds, add the following SNAPSHOT depend

```groovy
dependencies {
implementation 'com.braintreepayments.api:drop-in:6.14.1-SNAPSHOT'
implementation 'com.braintreepayments.api:drop-in:6.15.1-SNAPSHOT'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ plugins {
id 'org.jetbrains.dokka' version '1.7.10'
}

version '6.15.0'
version '6.15.1-SNAPSHOT'
group "com.braintreepayments"

ext {
compileSdkVersion = 34
minSdkVersion = 21
targetSdkVersion = 34
versionCode = 107
versionCode = 108
versionName = version
}

Expand Down

0 comments on commit 247cede

Please sign in to comment.