Skip to content

Commit

Permalink
update version (#20)
Browse files Browse the repository at this point in the history
* Use android agent

* Update docs

* update version

Co-authored-by: Sebastian Carmona <sebastiancarmona@veryfi.com>
  • Loading branch information
Kaevan89 and Sebastian Carmona authored Jan 13, 2023
1 parent c5407c4 commit a5e6dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.6'
version = '1.0.7'

afterEvaluate{
publishing {
Expand All @@ -16,7 +16,7 @@ afterEvaluate{
from components.release
groupId = 'com.veryfi'
artifactId = 'veryfi-android'
version = '1.0.6'
version = '1.0.7'
pom {
name = 'Veryfi Android'
description = 'Android kotlin module for communicating with the Veryfi OCR API'
Expand Down

0 comments on commit a5e6dd0

Please sign in to comment.