Skip to content

Commit

Permalink
WindevMobile fix tryout
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrudu committed Dec 12, 2024
1 parent cb17068 commit 102770b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.7'
PUBLISH_VERSION = '14.8.1'
}

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

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

Expand All @@ -32,8 +32,8 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}

Expand Down

0 comments on commit 102770b

Please sign in to comment.