-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcapacitor.build.gradle
More file actions
38 lines (33 loc) · 1.44 KB
/
capacitor.build.gradle
File metadata and controls
38 lines (33 loc) · 1.44 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
33
34
35
36
37
38
// 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(':aashu-dubey-capacitor-statusbar-safe-area')
implementation project(':capacitor-community-background-geolocation')
implementation project(':capacitor-community-keep-awake')
implementation project(':capacitor-app')
implementation project(':capacitor-clipboard')
implementation project(':capacitor-device')
implementation project(':capacitor-filesystem')
implementation project(':capacitor-geolocation')
implementation project(':capacitor-keyboard')
implementation project(':capacitor-local-notifications')
implementation project(':capacitor-network')
implementation project(':capacitor-preferences')
implementation project(':capacitor-screen-orientation')
implementation project(':capacitor-share')
implementation project(':capacitor-splash-screen')
implementation project(':capacitor-status-bar')
implementation project(':capacitor-text-zoom')
implementation project(':capacitor-toast')
implementation project(':capawesome-capacitor-file-picker')
implementation project(':capacitor-native-settings')
}
if (hasProperty('postBuildExtras')) {
postBuildExtras()
}