Skip to content

Commit

Permalink
Merge pull request #17 from paysafegroup/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
veselincholakov-paysafe authored Dec 4, 2023
2 parents 1104ce7 + 26a33b5 commit 6ddd033
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
minSdkVersion 21
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 33
versionCode 9
versionName "1.0.10"
versionCode 10
versionName "1.0.11"
multiDexEnabled true

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
minSdkVersion 21
targetSdkVersion 33
archivesBaseName = 'paysafe-mobile-sdk'
versionName "1.0.9"
versionCode 9
versionName "1.0.10"
versionCode 10

buildConfigField("String", 'VERSION_NAME', "\"$versionName\"")
}
Expand Down

0 comments on commit 6ddd033

Please sign in to comment.