diff --git a/App_Resources/documentscanner/Android/app.gradle b/App_Resources/documentscanner/Android/app.gradle index 5acd1f7b..35cf1072 100644 --- a/App_Resources/documentscanner/Android/app.gradle +++ b/App_Resources/documentscanner/Android/app.gradle @@ -11,8 +11,8 @@ android { defaultConfig { multiDexEnabled false minSdkVersion 21 - versionCode 100 - versionName "1.12.0" + versionCode 101 + versionName "1.12.1" // if (project.hasProperty('resConfigs')) { // def resConfigs = project.findProperty('resConfigs')