OSDN Git Service

リリース前の準備。
authorMRSa <mrsa@myad.jp>
Thu, 4 May 2023 06:59:49 +0000 (15:59 +0900)
committerMRSa <mrsa@myad.jp>
Thu, 4 May 2023 06:59:49 +0000 (15:59 +0900)
app/build.gradle

index aae0059..44b317e 100644 (file)
@@ -9,8 +9,8 @@ android {
         applicationId "jp.sourceforge.gokigen.memoma"
         minSdkVersion 14
         targetSdkVersion 33
-        versionCode 16
-        versionName "1.3.1"
+        versionCode 17
+        versionName "1.4.0"
         multiDexEnabled true
     }
     buildTypes {
@@ -31,5 +31,5 @@ dependencies {
     implementation "androidx.core:core-ktx:1.10.0"
     implementation 'androidx.appcompat:appcompat:1.6.1'
     implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
-    implementation 'androidx.preference:preference:1.2.0'
+    implementation 'androidx.preference:preference-ktx:1.2.0'
 }