Skip to content

Commit

Permalink
Revert to API 33 to keep Windev compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrudu committed Sep 3, 2024
1 parent af85e25 commit f4c70c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
buildscript {
ext {
kotlin_version = '1.8.0'
compose_version = '1.4.0'
}
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url 'https://mvnrepository.com/artifact/com.github.gundy/semver4j' }
gradlePluginPortal()
}
dependencies {
Expand Down
8 changes: 4 additions & 4 deletions datawedgeprofileintentswrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ plugins {
}

android {
compileSdkVersion 34
compileSdkVersion 33

namespace "com.zebra.datawedgeprofileintents"

defaultConfig {
minSdkVersion 21
//noinspection EditedTargetSdkVersion
targetSdkVersion 34
targetSdkVersion 33
versionCode 145
versionName "14.5"

Expand All @@ -34,8 +34,8 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.appcompat:appcompat:1.6.0'
}

afterEvaluate {
Expand Down

0 comments on commit f4c70c9

Please sign in to comment.