refactor: updated sync with WearOS logic
This commit is contained in:
@@ -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")
|
||||
}
|
||||
Reference in New Issue
Block a user