OSDN Git Service

バージョンを更新。 master
authorMRSa <mrsa@myad.jp>
Sun, 20 Aug 2023 06:49:28 +0000 (15:49 +0900)
committerMRSa <mrsa@myad.jp>
Sun, 20 Aug 2023 06:49:28 +0000 (15:49 +0900)
.gitignore
.idea/gradle.xml
.idea/misc.xml
build.gradle
wear/build.gradle

index 39fb081..233f403 100644 (file)
@@ -7,3 +7,4 @@
 /build
 /captures
 .externalNativeBuild
+/.idea/deploymentTargetDropDown.xml
index b7b56e2..b17d83c 100644 (file)
@@ -8,7 +8,7 @@
         <option name="testRunner" value="GRADLE" />
         <option name="distributionType" value="DEFAULT_WRAPPED" />
         <option name="externalProjectPath" value="$PROJECT_DIR$" />
-        <option name="gradleJvm" value="Embedded JDK" />
+        <option name="gradleJvm" value="jbr-17" />
         <option name="modules">
           <set>
             <option value="$PROJECT_DIR$" />
index 088041e..5757ac4 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
   <component name="DesignSurface">
     <option name="filePathToZoomLevelMap">
       </value>
     </option>
   </component>
-  <component name="ProjectRootManager" version="2" languageLevel="JDK_17" project-jdk-name="jbr-17" project-jdk-type="JavaSDK">
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="jbr-17" project-jdk-type="JavaSDK">
     <output url="file://$PROJECT_DIR$/build/classes" />
   </component>
   <component name="ProjectType">
index bba54a7..23352c1 100644 (file)
@@ -10,7 +10,7 @@ buildscript {
         mavenCentral()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:8.0.2'
+        classpath 'com.android.tools.build:gradle:8.1.0'
         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
 
         // NOTE: Do not place your application dependencies here; they belong
index 2467b8d..6857eea 100644 (file)
@@ -7,8 +7,8 @@ android {
         applicationId "net.osdn.gokigen.joggingtimer"
         minSdkVersion 23
         targetSdkVersion 34
-        versionCode 1001001
-        versionName "1.1.1"
+        versionCode 1001002
+        versionName "1.1.2"
     }
     buildTypes {
         release {
@@ -27,14 +27,14 @@ dependencies {
     implementation fileTree(dir: 'libs', include: ['*.jar'])
     implementation 'com.google.android.support:wearable:2.9.0'
 
-    implementation 'androidx.preference:preference-ktx:1.2.0'
+    implementation 'androidx.preference:preference-ktx:1.2.1'
     implementation "androidx.core:core-splashscreen:1.0.1"
-    implementation 'androidx.recyclerview:recyclerview:1.3.0'
+    implementation 'androidx.recyclerview:recyclerview:1.3.1'
     implementation 'androidx.legacy:legacy-support-v4:1.0.0'
 
     implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
 
-    implementation 'androidx.wear:wear:1.2.0'
+    implementation 'androidx.wear:wear:1.3.0'
     implementation 'androidx.core:core-ktx:1.10.1'
     compileOnly 'com.google.android.wearable:wearable:2.9.0'
 }