OSDN Git Service

すこし画像追加。
[gokigen/prpr1.git] / app / build.gradle
index d80ce58..7e03e12 100644 (file)
@@ -33,16 +33,16 @@ dependencies {
     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.3.0'
+    implementation 'androidx.recyclerview:recyclerview:1.3.1'
     //implementation 'com.google.android.support:wearable:2.9.0'
     implementation 'com.google.android.gms:play-services-base:18.2.0'
     implementation 'androidx.palette:palette-ktx:1.0.0'
     compileOnly 'com.google.android.wearable:wearable:2.9.0'
 
     // Use to implement wear watchfaces
-    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"
+    implementation "androidx.wear.watchface:watchface:1.2.0-beta01"
+    implementation "androidx.wear.watchface:watchface-complications-data-source:1.2.0-beta01"
+    implementation "androidx.wear.watchface:watchface-complications-data-source-ktx:1.2.0-beta01"
+    implementation "androidx.wear.watchface:watchface-editor:1.2.0-beta01"
+    implementation "androidx.wear.watchface:watchface-complications-rendering:1.2.0-beta01"
 }