Skip to content

Commit

Permalink
Version update.
Browse files Browse the repository at this point in the history
API 34
Library version 7.2.2
Gradle 7.3.3
OpenJDK 17
Source compatibility 1.8
Kotlin JVM 1.8
Core library version: androidx.core:core-ktx:1.13.0
  • Loading branch information
ltrudu committed Dec 13, 2024
1 parent 3106a0b commit 50e5a1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.4'
PUBLISH_VERSION = '14.9'
}

android {
Expand All @@ -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"

Expand Down

0 comments on commit 50e5a1c

Please sign in to comment.