cordova.variables.gradle 312 B

1234567
  1. // DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
  2. ext {
  3. cdvMinSdkVersion = project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 22
  4. // Plugin gradle extensions can append to this to have code run at the end.
  5. cdvPluginPostBuildExtras = []
  6. cordovaConfig = [:]
  7. }