OSDN Git Service

すこし更新。
authorMRSa <mrsa@myad.jp>
Sun, 16 Jul 2023 13:31:06 +0000 (22:31 +0900)
committerMRSa <mrsa@myad.jp>
Sun, 16 Jul 2023 13:31:06 +0000 (22:31 +0900)
.idea/deploymentTargetDropDown.xml [deleted file]
app/build.gradle

diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml
deleted file mode 100644 (file)
index 44304d7..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="deploymentTargetDropDown">
-    <runningDeviceTargetSelectedWithDropDown>
-      <Target>
-        <type value="RUNNING_DEVICE_TARGET" />
-        <deviceKey>
-          <Key>
-            <type value="SERIAL_NUMBER" />
-            <value value="192.168.19.23:5555" />
-          </Key>
-        </deviceKey>
-      </Target>
-    </runningDeviceTargetSelectedWithDropDown>
-    <timeTargetWasSelectedWithDropDown value="2023-06-16T15:09:00.531770600Z" />
-  </component>
-</project>
\ No newline at end of file
index 7a4909b..d80ce58 100644 (file)
@@ -4,12 +4,12 @@ plugins {
 }
 
 android {
-    compileSdk 33
+    compileSdk 34
 
     defaultConfig {
         applicationId "net.osdn.gokigen.watchface.prpr1"
         minSdk 26
-        targetSdk 33
+        targetSdk 34
         versionCode 1000
         versionName "1.0.0"
 
@@ -40,9 +40,9 @@ dependencies {
     compileOnly 'com.google.android.wearable:wearable:2.9.0'
 
     // Use to implement wear watchfaces
-    implementation "androidx.wear.watchface:watchface:1.2.0-alpha08"
-    implementation "androidx.wear.watchface:watchface-complications-data-source:1.2.0-alpha08"
-    implementation "androidx.wear.watchface:watchface-complications-data-source-ktx:1.2.0-alpha08"
-    implementation "androidx.wear.watchface:watchface-editor:1.2.0-alpha08"
-    implementation "androidx.wear.watchface:watchface-complications-rendering:1.2.0-alpha08"
+    implementation "androidx.wear.watchface:watchface:1.2.0-alpha09"
+    implementation "androidx.wear.watchface:watchface-complications-data-source:1.2.0-alpha09"
+    implementation "androidx.wear.watchface:watchface-complications-data-source-ktx:1.2.0-alpha09"
+    implementation "androidx.wear.watchface:watchface-editor:1.2.0-alpha09"
+    implementation "androidx.wear.watchface:watchface-complications-rendering:1.2.0-alpha09"
 }