fix: fixed card values dropping at adding/editing after rotating phone

This commit is contained in:
2026-06-14 19:21:20 +03:00
parent bb7807e2a4
commit b18e99156a
2 changed files with 14 additions and 13 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ android {
applicationId = "ru.omni_devel.cards"
minSdk = 30
targetSdk = 36
versionCode = 60 // 0 at end for mobile
versionName = "2.1.1"
versionCode = 70 // 0 at end for mobile
versionName = "2.2.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}