} else if (!cdvVersionCode) {
defaultConfig.versionCode = 25
//def minSdkVersion = cdvMinSdkVersion ?: privateHelpers.extractIntFromManifest("minSdkVersion")
// Vary versionCode by the two most common API levels:
// 14 is ICS, which is the lowest API level for many apps.
// 20 is Lollipop, which is the lowest API level for the updatable system webview.
//if (minSdkVersion >= 20) {
//defaultConfig.versionCode += 9
//} else if (minSdkVersion >= 14) {
// defaultConfig.versionCode += 8
//}
}