• R/O
  • HTTP
  • SSH
  • HTTPS

prpr1: Commit

WearOS watch face.


Commit MetaInfo

Revisionbfcb1536a416548db249db8740e6e9b9b9c1b1bf (tree)
Zeit2022-10-15 22:11:25
AutorMRSa <mrsa@myad...>
CommiterMRSa

Log Message

gradleの更新。

Ändern Zusammenfassung

Diff

--- a/.gitignore
+++ b/.gitignore
@@ -14,4 +14,4 @@
1414 .cxx
1515 local.properties
1616 /app/src/main/res/drawable-nodpi/*.png
17-
17+/.idea/vcs.xml
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -1,5 +1,6 @@
11 <?xml version="1.0" encoding="UTF-8"?>
22 <project version="4">
3+ <component name="GradleMigrationSettings" migrationVersion="1" />
34 <component name="GradleSettings">
45 <option name="linkedExternalProjectsSettings">
56 <GradleProjectSettings>
--- a/app/.gitignore
+++ b/app/.gitignore
@@ -1,2 +1,3 @@
11 /build
22 /src/main/res/drawable-nodpi/*.png
3+/src/main/res/drawable-nodpi/
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -25,8 +25,8 @@ android {
2525
2626 dependencies {
2727
28- implementation 'androidx.core:core-ktx:1.8.0'
29- implementation 'com.google.android.gms:play-services-wearable:17.1.0'
28+ implementation 'androidx.core:core-ktx:1.9.0'
29+ implementation 'com.google.android.gms:play-services-wearable:18.0.0'
3030 implementation 'androidx.percentlayout:percentlayout:1.0.0'
3131 implementation 'androidx.legacy:legacy-support-v4:1.0.0'
3232 implementation 'androidx.recyclerview:recyclerview:1.2.1'
@@ -36,9 +36,9 @@ dependencies {
3636 compileOnly 'com.google.android.wearable:wearable:2.9.0'
3737
3838 // Use to implement wear watchfaces
39- implementation "androidx.wear.watchface:watchface:1.2.0-alpha01"
40- implementation "androidx.wear.watchface:watchface-complications-data-source:1.2.0-alpha01"
41- implementation "androidx.wear.watchface:watchface-complications-data-source-ktx:1.2.0-alpha01"
42- implementation "androidx.wear.watchface:watchface-editor:1.2.0-alpha01"
43- implementation "androidx.wear.watchface:watchface-complications-rendering:1.2.0-alpha01"
39+ implementation "androidx.wear.watchface:watchface:1.2.0-alpha03"
40+ implementation "androidx.wear.watchface:watchface-complications-data-source:1.2.0-alpha03"
41+ implementation "androidx.wear.watchface:watchface-complications-data-source-ktx:1.2.0-alpha03"
42+ implementation "androidx.wear.watchface:watchface-editor:1.2.0-alpha03"
43+ implementation "androidx.wear.watchface:watchface-complications-rendering:1.2.0-alpha03"
4444 }
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
11 // Top-level build file where you can add configuration options common to all sub-projects/modules.
22 plugins {
3- id 'com.android.application' version '7.2.2' apply false
4- id 'com.android.library' version '7.2.2' apply false
3+ id 'com.android.application' version '7.3.0' apply false
4+ id 'com.android.library' version '7.3.0' apply false
55 id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
66 }
77
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1-#Sat Aug 27 20:23:28 JST 2022
1+#Sat Oct 15 21:40:08 JST 2022
22 distributionBase=GRADLE_USER_HOME
3-distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
3+distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
44 distributionPath=wrapper/dists
55 zipStorePath=wrapper/dists
66 zipStoreBase=GRADLE_USER_HOME
Show on old repository browser