feat: remove home refresh, admin list refresh, app name in OS (v0.3.2)

This commit is contained in:
tkrmagid
2026-08-05 17:16:28 +09:00
parent 2287e1cf83
commit 067170802a
5 changed files with 46 additions and 15 deletions

View File

@@ -24,8 +24,8 @@ android {
applicationId = "kr.tkrmagid.easyappliance"
minSdk = 24
targetSdk = 35
versionCode = 4
versionName = "0.3.1"
versionCode = 5
versionName = "0.3.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}