Skip to content

Commit

Permalink
sample app - v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janartp authored Jan 12, 2023
1 parent cbb383e commit ab14896
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 32
versionCode 5
versionName "3.1.0"
versionCode 6
versionName "3.1.1"

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 docV_version = "3.1.0"
def docV_version = "3.1.1"
implementation "com.github.socure-inc:socure-docv:$docV_version"

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit ab14896

Please sign in to comment.