OSDN Git Service

gradleの更新。
authorMRSa <mrsa@myad.jp>
Sat, 15 Oct 2022 13:11:25 +0000 (22:11 +0900)
committerMRSa <mrsa@myad.jp>
Sat, 15 Oct 2022 13:11:25 +0000 (22:11 +0900)
.gitignore
.idea/gradle.xml
app/.gitignore
app/build.gradle
build.gradle
gradle/wrapper/gradle-wrapper.properties

index f2458fa..cb46cb1 100644 (file)
@@ -14,4 +14,4 @@
 .cxx
 local.properties
 /app/src/main/res/drawable-nodpi/*.png
-
+/.idea/vcs.xml
index a9f4e52..a2d7c21 100644 (file)
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
+  <component name="GradleMigrationSettings" migrationVersion="1" />
   <component name="GradleSettings">
     <option name="linkedExternalProjectsSettings">
       <GradleProjectSettings>
index 1cfe3e1..5706814 100644 (file)
@@ -1,2 +1,3 @@
 /build
 /src/main/res/drawable-nodpi/*.png
+/src/main/res/drawable-nodpi/
index 0738fc8..de2335d 100644 (file)
@@ -25,8 +25,8 @@ android {
 
 dependencies {
 
-    implementation 'androidx.core:core-ktx:1.8.0'
-    implementation 'com.google.android.gms:play-services-wearable:17.1.0'
+    implementation 'androidx.core:core-ktx:1.9.0'
+    implementation 'com.google.android.gms:play-services-wearable:18.0.0'
     implementation 'androidx.percentlayout:percentlayout:1.0.0'
     implementation 'androidx.legacy:legacy-support-v4:1.0.0'
     implementation 'androidx.recyclerview:recyclerview:1.2.1'
@@ -36,9 +36,9 @@ dependencies {
     compileOnly 'com.google.android.wearable:wearable:2.9.0'
 
     // Use to implement wear watchfaces
-    implementation "androidx.wear.watchface:watchface:1.2.0-alpha01"
-    implementation "androidx.wear.watchface:watchface-complications-data-source:1.2.0-alpha01"
-    implementation "androidx.wear.watchface:watchface-complications-data-source-ktx:1.2.0-alpha01"
-    implementation "androidx.wear.watchface:watchface-editor:1.2.0-alpha01"
-    implementation "androidx.wear.watchface:watchface-complications-rendering:1.2.0-alpha01"
+    implementation "androidx.wear.watchface:watchface:1.2.0-alpha03"
+    implementation "androidx.wear.watchface:watchface-complications-data-source:1.2.0-alpha03"
+    implementation "androidx.wear.watchface:watchface-complications-data-source-ktx:1.2.0-alpha03"
+    implementation "androidx.wear.watchface:watchface-editor:1.2.0-alpha03"
+    implementation "androidx.wear.watchface:watchface-complications-rendering:1.2.0-alpha03"
 }
index 5db3482..ab21047 100644 (file)
@@ -1,7 +1,7 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 plugins {
-    id 'com.android.application' version '7.2.2' apply false
-    id 'com.android.library' version '7.2.2' apply false
+    id 'com.android.application' version '7.3.0' apply false
+    id 'com.android.library' version '7.3.0' apply false
     id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
 }
 
index f250bb7..a312af3 100644 (file)
@@ -1,6 +1,6 @@
-#Sat Aug 27 20:23:28 JST 2022
+#Sat Oct 15 21:40:08 JST 2022
 distributionBase=GRADLE_USER_HOME
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
 distributionPath=wrapper/dists
 zipStorePath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME