diff --git a/AGENTS.md b/AGENTS.md index 2be2010..43f3f61 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -36,6 +36,7 @@ Sensitive Areas (require explicit approval) Operational Conventions - Branch naming: `codex/-` (e.g., `codex/fix-url-matcher`). - Commits: Conventional Commits preferred (e.g., `fix: correct url matching for X`). +- Git push 후 공유하는 설명/보고는 반드시 한국어로 작성합니다. - PR description template: - Summary: what/why - Changes: key files and decisions diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 6a6a66f..c7a1458 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -45,5 +45,5 @@ flutter { } dependencies { - coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.4") + coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.4") } diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index c6eaf9c..c941193 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,8 +1,14 @@ + + + + + + + android:windowSoftInputMode="adjustResize" + android:showWhenLocked="true" + android:turnScreenOn="true">