-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathcapacitor.build.gradle
More file actions
32 lines (29 loc) · 1.23 KB
/
capacitor.build.gradle
File metadata and controls
32 lines (29 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// 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-filesystem')
implementation "androidx.webkit:webkit:1.4.0"
implementation "commons-net:commons-net:3.11.1"
implementation "com.android.billingclient:billing:6.0.1"
implementation "commons-io:commons-io:2.11.0"
implementation "commons-codec:commons-codec:1.10"
implementation "androidx.documentfile:documentfile:1.0.1"
implementation "org.nanohttpd:nanohttpd:+"
implementation "androidx.documentfile:documentfile:1.0.1"
implementation "commons-io:commons-io:2.11.0"
implementation "com.sshtools:maverick-synergy-client:3.1.2"
implementation "com.sshtools:maverick-bc:3.1.2"
implementation "androidx.core:core:1.6.0"
implementation "androidx.core:core-google-shortcuts:1.0.0"
}
apply from: "../../node_modules/cordova-plugin-buildinfo/src/android/BuildInfo.gradle"
if (hasProperty('postBuildExtras')) {
postBuildExtras()
}