31 lines
1.3 KiB
Groovy
31 lines
1.3 KiB
Groovy
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
|
|
|
android {
|
|
compileOptions {
|
|
sourceCompatibility JavaVersion.VERSION_17
|
|
targetCompatibility JavaVersion.VERSION_17
|
|
}
|
|
}
|
|
|
|
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
|
|
dependencies {
|
|
implementation project(':capacitor-app')
|
|
implementation project(':capacitor-haptics')
|
|
implementation project(':capacitor-keyboard')
|
|
implementation project(':capacitor-status-bar')
|
|
implementation "com.squareup.okhttp3:okhttp-urlconnection:3.10.0"
|
|
implementation "com.android.support:support-v4:27.+"
|
|
implementation "com.facebook.android:facebook-android-sdk:5.13.0"
|
|
implementation "com.google.android.gms:play-services-auth:15.0.1"
|
|
implementation "com.google.android.gms:play-services-identity:15.0.1"
|
|
implementation "com.google.android.gms:play-services-location:16.+"
|
|
implementation "com.onesignal:OneSignal:3.16.0"
|
|
}
|
|
apply from: "../../node_modules/cordova-plugin-googlemaps/src/android/frameworks/tbxml-android.gradle"
|
|
apply from: "../../node_modules/cordova-plugin-googlemaps/src/android/frameworks/pgm-custom.gradle"
|
|
apply from: "../../node_modules/onesignal-cordova-plugin/build-extras-onesignal.gradle"
|
|
|
|
if (hasProperty('postBuildExtras')) {
|
|
postBuildExtras()
|
|
}
|