Skip to content

Commit

Permalink
Update to SDK 34, keeping minSDK at 26
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Dec 26, 2023
1 parent 1b5f49e commit 0d51b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poitest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
preBuild.dependsOn ':poishadow:shadowJar'

android {
compileSdkVersion 33
compileSdkVersion 34

compileOptions {
coreLibraryDesugaringEnabled true
Expand All @@ -42,7 +42,7 @@ android {
defaultConfig {
applicationId 'org.dstadler.poiandroidtest.poitest'
minSdkVersion 26
targetSdkVersion 33
targetSdkVersion 34
versionCode 4
versionName '5.2.5'

Expand Down

0 comments on commit 0d51b58

Please sign in to comment.