Skip to content

Commit

Permalink
Revert to API 34
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrudu committed Dec 12, 2024
1 parent aa48f14 commit cb17068
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 @@ -11,13 +11,13 @@ ext {
}

android {
compileSdkVersion 35
compileSdkVersion 34

namespace "com.zebra.datawedgeprofileintents"

defaultConfig {
minSdkVersion 21
targetSdkVersion 35
targetSdkVersion 34
versionCode 147
versionName "14.7"

Expand All @@ -40,7 +40,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
//implementation 'androidx.core:core:1.15.0'
implementation 'androidx.core:core-ktx:1.15.0'
implementation 'androidx.core:core-ktx:1.13.0'
}

afterEvaluate {
Expand Down

0 comments on commit cb17068

Please sign in to comment.