diff --git a/.agent/skills/deploy-eatssu/SKILL.md b/.agents/skills/deploy-eatssu/SKILL.md similarity index 100% rename from .agent/skills/deploy-eatssu/SKILL.md rename to .agents/skills/deploy-eatssu/SKILL.md diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 694bb9d6e..5fb1be420 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -30,8 +30,8 @@ android { applicationId = "com.eatssu.android" minSdk = 28 targetSdk = 35 - versionCode = 57 - versionName = "3.2.3" + versionCode = 58 + versionName = "3.2.4" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/release-notes/v3.2.4.yml b/release-notes/v3.2.4.yml new file mode 100644 index 000000000..8d86d1622 --- /dev/null +++ b/release-notes/v3.2.4.yml @@ -0,0 +1,10 @@ +ko: | + - 메뉴 정보가 더 안정적으로 표시되도록 오류를 수정했어요. + - 특정 화면에서 목록이 비어 보이던 문제를 해결했어요. + - 앱의 배포 및 업데이트 과정을 개선해 더 안정적으로 서비스해요. + - 전반적인 앱 안정성과 사용성을 높였어요. +en: | + - Fixed an issue to display menu information more reliably. + - Resolved an issue where lists could appear empty on some screens. + - Improved the app release and update process for more stable service. + - Enhanced overall app stability and usability.