diff --git a/datawedgeprofileintentswrapper/build.gradle b/datawedgeprofileintentswrapper/build.gradle index 35ce608..fc13c56 100644 --- a/datawedgeprofileintentswrapper/build.gradle +++ b/datawedgeprofileintentswrapper/build.gradle @@ -7,7 +7,7 @@ plugins { ext { PUBLISH_GROUP_ID = 'com.zebra.datawedgeprofileintents' PUBLISH_ARTIFACT_ID = 'datawedgeprofileintents' - PUBLISH_VERSION = '14.8.4' + PUBLISH_VERSION = '14.9' } android { @@ -18,8 +18,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 34 - versionCode 152 - versionName "14.8.4" + versionCode 160 + versionName "14.9" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"