Skip to content

Commit

Permalink
Prepare for development
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed May 30, 2024
1 parent 19ad8a7 commit 95758a0
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 @@ -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.45.2-SNAPSHOT'
implementation 'com.braintreepayments.api:card:4.46.1-SNAPSHOT'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ allprojects {
}
}

version '4.46.0'
version '4.46.1-SNAPSHOT'
group 'com.braintreepayments'
ext {
compileSdkVersion = 34
minSdkVersion = 21
minSdkVersionPayPalMessaging = 23
versionCode = 191
versionCode = 192
targetSdkVersion = 34
versionName = version
}
Expand Down

0 comments on commit 95758a0

Please sign in to comment.