Skip to content

Commit

Permalink
Prepare for development
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Jul 10, 2024
1 parent 9bd40ad commit d4cf1c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ plugins {
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
}

version = '3.0.0-beta1'
version = '3.0.0-beta2-SNAPSHOT'
group = "com.braintreepayments"
ext {
compileSdkVersion = 34
minSdkVersion = 23
targetSdkVersion = 34
versionCode = 70
versionCode = 71
versionName = version
}

Expand Down

0 comments on commit d4cf1c8

Please sign in to comment.