WearOS watch face.
Révision | bfcb1536a416548db249db8740e6e9b9b9c1b1bf (tree) |
---|---|
l'heure | 2022-10-15 22:11:25 |
Auteur | MRSa <mrsa@myad...> |
Commiter | MRSa |
gradleの更新。
@@ -14,4 +14,4 @@ | ||
14 | 14 | .cxx |
15 | 15 | local.properties |
16 | 16 | /app/src/main/res/drawable-nodpi/*.png |
17 | - | |
17 | +/.idea/vcs.xml |
@@ -1,5 +1,6 @@ | ||
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <project version="4"> |
3 | + <component name="GradleMigrationSettings" migrationVersion="1" /> | |
3 | 4 | <component name="GradleSettings"> |
4 | 5 | <option name="linkedExternalProjectsSettings"> |
5 | 6 | <GradleProjectSettings> |
@@ -1,2 +1,3 @@ | ||
1 | 1 | /build |
2 | 2 | /src/main/res/drawable-nodpi/*.png |
3 | +/src/main/res/drawable-nodpi/ |
@@ -25,8 +25,8 @@ android { | ||
25 | 25 | |
26 | 26 | dependencies { |
27 | 27 | |
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' | |
30 | 30 | implementation 'androidx.percentlayout:percentlayout:1.0.0' |
31 | 31 | implementation 'androidx.legacy:legacy-support-v4:1.0.0' |
32 | 32 | implementation 'androidx.recyclerview:recyclerview:1.2.1' |
@@ -36,9 +36,9 @@ dependencies { | ||
36 | 36 | compileOnly 'com.google.android.wearable:wearable:2.9.0' |
37 | 37 | |
38 | 38 | // 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" | |
44 | 44 | } |
@@ -1,7 +1,7 @@ | ||
1 | 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. |
2 | 2 | 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 | |
5 | 5 | id 'org.jetbrains.kotlin.android' version '1.7.10' apply false |
6 | 6 | } |
7 | 7 |
@@ -1,6 +1,6 @@ | ||
1 | -#Sat Aug 27 20:23:28 JST 2022 | |
1 | +#Sat Oct 15 21:40:08 JST 2022 | |
2 | 2 | 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 | |
4 | 4 | distributionPath=wrapper/dists |
5 | 5 | zipStorePath=wrapper/dists |
6 | 6 | zipStoreBase=GRADLE_USER_HOME |