Skip to content

Commit

Permalink
build: bump targetSdk to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Dec 7, 2023
1 parent 3c0d787 commit de5cec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions piano-dispatcher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ ext {

android {
namespace 'com.batch.android.dispatcher.piano'
compileSdk 33
compileSdk 34

defaultConfig {
minSdk 21
targetSdk 33
targetSdk 34
versionCode 3
versionName "1.0.1"

Expand Down

0 comments on commit de5cec0

Please sign in to comment.