스플래시 화면 기능 추가 및 개선

This commit is contained in:
hansoo
2025-03-16 21:35:59 +09:00
parent a84ab79a01
commit a030e0cb5b
6 changed files with 18 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ android {
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
implementation project(':capacitor-keyboard')
implementation project(':capacitor-splash-screen')
}