Skip to content

Commit

Permalink
sample app - v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhar-socure authored Aug 30, 2023
1 parent eb93107 commit 923a6e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sample-app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.socure.docv.sdk.sample"
minSdk 22
targetSdk 33
versionCode 8
versionName "4.0.0"
versionCode 9
versionName "4.1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -38,7 +38,7 @@ dependencies {
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

def sdk_version = "4.0.0"
def sdk_version = "4.1.0"
implementation "com.github.socure-inc:socure-docv:$sdk_version"

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 923a6e1

Please sign in to comment.