sync source to v0.3.8 (matches released EasyAppliance-v0.3.8.apk, verCode 11): add stand aircon image

This commit is contained in:
EJClaw Owner
2026-08-06 16:35:23 +09:00
parent a678a593df
commit ffe8f93b0a
3 changed files with 21 additions and 3 deletions

View File

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