Skip to content

Commit

Permalink
Merge pull request #162 from veritrans/release/2.2.0
Browse files Browse the repository at this point in the history
bump sdk version to 2.2.0
  • Loading branch information
uziwuzzy authored Jun 10, 2024
2 parents 4d3b2e7 + f2b5725 commit b2cd50e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
versionCode = 5
versionName = "2.1.0"
versionName = "2.2.0"
}

signingConfigs {
Expand Down
2 changes: 1 addition & 1 deletion ui/publish-variables.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
sdkGroupId = 'com.midtrans'
sdkVersion = '2.1.0'
sdkVersion = '2.2.0'
sdkArtifactId = 'uikit'
sdkEnvSandbox = '-SANDBOX'
mavenRepo = 'mavencentral'
Expand Down

0 comments on commit b2cd50e

Please sign in to comment.