Skip to content

Commit

Permalink
Version update for Kotlin fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrudu committed Dec 12, 2024
1 parent 613b7e2 commit b54762e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datawedgeprofileintentswrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
ext {
PUBLISH_GROUP_ID = 'com.zebra.datawedgeprofileintents'
PUBLISH_ARTIFACT_ID = 'datawedgeprofileintents'
PUBLISH_VERSION = '14.8.1'
PUBLISH_VERSION = '14.8.2'
}

android {
Expand All @@ -19,7 +19,7 @@ android {
minSdkVersion 21
targetSdkVersion 34
versionCode 147
versionName "14.8.1"
versionName "14.8.2"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit b54762e

Please sign in to comment.