OSDN Git Service

バージョン番号を更新。 master
authorMRSa <mrsa@myad.jp>
Sat, 1 Jul 2023 13:59:17 +0000 (22:59 +0900)
committerMRSa <mrsa@myad.jp>
Sat, 1 Jul 2023 13:59:17 +0000 (22:59 +0900)
app/build.gradle

index 44b317e..46aa47d 100644 (file)
@@ -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'