feat: label sample device list in admin (v0.3.4)

This commit is contained in:
tkrmagid
2026-08-06 11:14:14 +09:00
parent b5f135f475
commit 1462ee2172
2 changed files with 11 additions and 2 deletions

View File

@@ -24,8 +24,8 @@ android {
applicationId = "kr.tkrmagid.easyappliance"
minSdk = 24
targetSdk = 35
versionCode = (project.findProperty("verCode") as String?)?.toInt() ?: 6
versionName = (project.findProperty("verName") as String?) ?: "0.3.3"
versionCode = (project.findProperty("verCode") as String?)?.toInt() ?: 7
versionName = (project.findProperty("verName") as String?) ?: "0.3.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}