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 18, 2023
1 parent 7c226e9 commit 4f0f9f2
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 @@ -27,7 +27,7 @@ To preview the latest work in progress builds, add the following SNAPSHOT depend

```groovy
dependencies {
implementation 'com.braintreepayments.api:card:4.28.1-SNAPSHOT'
implementation 'com.braintreepayments.api:card:4.29.1-SNAPSHOT'
}
```

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

version '4.29.0'
version '4.29.1-SNAPSHOT'
ext {
compileSdkVersion = 33
minSdkVersion = 21
versionCode = 170
versionCode = 171
targetSdkVersion = 33
versionName = version
}
Expand Down

0 comments on commit 4f0f9f2

Please sign in to comment.