53266ccc64
Capacitor 7 App 플러그인에 openUrl이 없어 Browser.open으로 외부 다운로드 처리. Co-authored-by: Cursor <cursoragent@cursor.com>
25 lines
672 B
Groovy
25 lines
672 B
Groovy
// 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-app')
|
|
implementation project(':capacitor-browser')
|
|
implementation project(':capacitor-haptics')
|
|
implementation project(':capacitor-preferences')
|
|
implementation project(':capacitor-splash-screen')
|
|
implementation project(':capacitor-status-bar')
|
|
|
|
}
|
|
|
|
|
|
if (hasProperty('postBuildExtras')) {
|
|
postBuildExtras()
|
|
}
|