refactor: updated sync with WearOS logic

This commit is contained in:
2026-06-24 20:11:19 +03:00
parent bdde3d8fbf
commit ff214eb3d2
6 changed files with 54 additions and 18 deletions
+2 -1
View File
@@ -23,7 +23,7 @@ android {
minSdk = 30
targetSdk = 36
versionCode = generateVersionCode()
versionName = "3.2.0"
versionName = "3.3.0"
}
buildTypes {
@@ -72,4 +72,5 @@ dependencies {
implementation(libs.material)
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0")
implementation("androidx.compose.material:material-icons-extended")
implementation("androidx.lifecycle:lifecycle-process:2.8.7")
}