diff --git a/android/build.gradle b/android/build.gradle index ac5fcf3..fe06cf0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'com.veryfi' -version = '1.0.1' +version = '1.0.2' afterEvaluate{ publishing { @@ -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' @@ -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" } @@ -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'