From 8876bf239543755f5809bf352beb9782298c0ea6 Mon Sep 17 00:00:00 2001 From: MRSa Date: Sat, 1 Jul 2023 22:59:17 +0900 Subject: [PATCH] =?utf8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?utf8?q?=E7=95=AA=E5=8F=B7=E3=82=92=E6=9B=B4=E6=96=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 44b317e..46aa47d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,12 +3,12 @@ apply plugin: 'kotlin-android' apply plugin: 'org.jetbrains.kotlin.android' android { - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "jp.sourceforge.gokigen.memoma" minSdkVersion 14 - targetSdkVersion 33 + targetSdkVersion 34 versionCode 17 versionName "1.4.0" multiDexEnabled true @@ -28,7 +28,7 @@ android { dependencies { api fileTree(dir: 'libs', include: ['*.jar']) - implementation "androidx.core:core-ktx:1.10.0" + implementation "androidx.core:core-ktx:1.10.1" implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.preference:preference-ktx:1.2.0' -- 2.11.0