From de5cec098bb6daf50207aab6d0d3815f1c6a6b70 Mon Sep 17 00:00:00 2001 From: Arnaud Roland Date: Thu, 7 Dec 2023 10:27:05 +0100 Subject: [PATCH] build: bump targetSdk to 34 --- piano-dispatcher/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/piano-dispatcher/build.gradle b/piano-dispatcher/build.gradle index 670cb8b..ca3f55e 100644 --- a/piano-dispatcher/build.gradle +++ b/piano-dispatcher/build.gradle @@ -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"