Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrudu committed Dec 20, 2024
1 parent 59354c1 commit d073246
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PrintWrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
ext {
PUBLISH_GROUP_ID = 'com.zebra.printwrapper'
PUBLISH_ARTIFACT_ID = 'printwrapper'
PUBLISH_VERSION = '1.16'
PUBLISH_VERSION = '1.17'
}

android {
Expand All @@ -19,8 +19,8 @@ android {
defaultConfig {
minSdkVersion 24
targetSdkVersion 34
versionCode 16
versionName "1.16"
versionCode 17
versionName "1.17"
}

buildTypes {
Expand Down

0 comments on commit d073246

Please sign in to comment.