Skip to content

Commit

Permalink
Try to put the lowest compatible APIs for WindevMobile compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrudu committed Dec 12, 2024
1 parent b54762e commit 5dcf12b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.android.library' version '8.5.1' apply false
id 'com.android.library' version '8.0.0' apply false
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
id 'maven-publish'
}
Expand Down
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.2'
PUBLISH_VERSION = '14.8.3'
}

android {
Expand All @@ -18,8 +18,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 34
versionCode 147
versionName "14.8.2"
versionCode 151
versionName "14.8.3"

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

Expand Down

0 comments on commit 5dcf12b

Please sign in to comment.