From: MRSa Date: Sat, 1 Jul 2023 13:59:17 +0000 (+0900) Subject: バージョン番号を更新。 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=HEAD;p=gokigen%2FMeMoMa.git バージョン番号を更新。 --- 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'