Skip to content

Commit

Permalink
sample app - v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janartp committed Oct 5, 2023
2 parents 923a6e1 + 49872b4 commit 913a605
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sample-app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ android {
applicationId "com.socure.docv.sdk.sample"
minSdk 22
targetSdk 33
versionCode 9
versionName "4.1.0"

versionCode 10
versionName "4.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand All @@ -22,23 +21,24 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}

kotlinOptions {
jvmTarget = '1.8'
}
}

dependencies {

implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

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

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 913a605

Please sign in to comment.