OSDN Git Service

Area2 の表示がうまくできていなかったのを修正。 V2
authorMRSa <mrsa@myad.jp>
Tue, 4 Apr 2023 03:51:21 +0000 (12:51 +0900)
committerMRSa <mrsa@myad.jp>
Tue, 4 Apr 2023 03:51:21 +0000 (12:51 +0900)
app/build.gradle
wear/build.gradle
wear/src/main/java/jp/sfjp/gokigen/a01c/ManinActivity.kt

index 24cd221..9970f9a 100644 (file)
@@ -8,7 +8,7 @@ android {
         minSdkVersion 23
         targetSdkVersion 33
         versionCode 61
-        versionName "2.0.0"
+        versionName "1.5.0"
     }
     buildTypes {
         release {
index 2f8ce33..7deb68b 100644 (file)
@@ -9,7 +9,7 @@ android {
         minSdkVersion 23
         targetSdkVersion 33
         versionCode 62
-        versionName "2.0.0"
+        versionName "1.5.0"
     }
     buildTypes {
         release {
index ca323ba..7e4b32f 100644 (file)
@@ -598,7 +598,7 @@ class MainActivity : AppCompatActivity(), IChangeScene, IShowInformation, ICamer
             }
             IShowInformation.AREA_2 -> {
                 id = R.id.text_2
-                setMessage(IShowInformation.AREA_1_2, color, message)
+                setMessage(IShowInformation.AREA_2_2, color, message)
             }
             IShowInformation.AREA_3 -> {
                 id = R.id.text_3