From ab148963997ddff7d9bf37b591815c024c4ba867 Mon Sep 17 00:00:00 2001 From: janartp <87408743+janartp@users.noreply.github.com> Date: Thu, 12 Jan 2023 18:58:18 +0530 Subject: [PATCH] sample app - v3.1.1 --- sample-app/app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sample-app/app/build.gradle b/sample-app/app/build.gradle index c2388d5..d230d33 100644 --- a/sample-app/app/build.gradle +++ b/sample-app/app/build.gradle @@ -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" } @@ -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'