안드로이드 빌드 환경 설정 및 서버 URL 변경 적용

This commit is contained in:
hansoo
2025-03-16 20:06:38 +09:00
parent f42d33b9a1
commit b6bcdedc39
55 changed files with 1023 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_21
targetCompatibility JavaVersion.VERSION_21
}
}
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
implementation project(':capacitor-keyboard')
}
if (hasProperty('postBuildExtras')) {
postBuildExtras()
}