| // 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-device') | |
| implementation project(':capacitor-push-notifications') | |
| } | |
| if (hasProperty('postBuildExtras')) { | |
| postBuildExtras() | |
| } | |