feat: app-level display name (v0.3.1)

This commit is contained in:
tkrmagid
2026-08-05 14:45:57 +09:00
parent 39a4543640
commit 2287e1cf83
7 changed files with 34 additions and 4 deletions

View File

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