From 2d5ec725d32a7a7b1512232f7824dd5d16123b3c Mon Sep 17 00:00:00 2001 From: tnoho Date: Thu, 22 Feb 2024 19:26:31 +0900 Subject: [PATCH] =?UTF-8?q?targetSdk=20=E3=81=A8=20compileSdk=20=E3=82=92?= =?UTF-8?q?=2034=20=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/android/app/build.gradle b/test/android/app/build.gradle index 6d85ddd4..31be9069 100644 --- a/test/android/app/build.gradle +++ b/test/android/app/build.gradle @@ -4,12 +4,12 @@ plugins { android { namespace "jp.shiguredo.hello" - compileSdk 32 + compileSdk 34 defaultConfig { applicationId "jp.shiguredo.hello" minSdk 29 - targetSdk 32 + targetSdk 34 versionCode 1 versionName "1.0"