Skip to content

Commit

Permalink
Merge pull request #12 from veryfi/feature/fix_document_upload
Browse files Browse the repository at this point in the history
Feature/fix document upload
  • Loading branch information
androide0917 authored May 18, 2022
2 parents 88a1972 + d363f5b commit d61565e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'com.veryfi'
version = '1.0.1'
version = '1.0.2'

afterEvaluate{
publishing {
Expand All @@ -16,7 +16,7 @@ afterEvaluate{
from components.release
groupId = 'com.veryfi'
artifactId = 'veryfi-android'
version = '1.0.1'
version = '1.0.2'
pom {
name = 'Veryfi Android'
description = 'Android kotlin module for communicating with the Veryfi OCR API'
Expand Down Expand Up @@ -73,8 +73,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
versionCode 1
versionName "1.0.1"
versionCode 2
versionName "1.0.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -131,8 +131,8 @@ dokkaHtml.configure {

dependencies {
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.6.0'

//Unit Tests
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit d61565e

Please sign in to comment.