Searched defs:compatibleSdkVersion (Results 1 – 7 of 7) sorted by relevance
66 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant78 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant
1660 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant1680 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant1698 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant
139 const compatibleSdkVersion: string = projectConfig.compatibleSdkVersion; constant561 const compatibleSdkVersion: string = projectConfig.compatibleSdkVersion.toString(); constant728 const compatibleSdkVersion: string = projectConfig.compatibleSdkVersion.toString(); constant
139 const compatibleSdkVersion: string = projectConfig.compatibleSdkVersion; constant565 const compatibleSdkVersion: string = projectConfig.compatibleSdkVersion.toString(); constant732 const compatibleSdkVersion: string = projectConfig.compatibleSdkVersion.toString(); constant
46 const compatibleSdkVersion: string = projectConfig.compatibleSdkVersion ? constant
70 compatibleSdkVersion: number = SDK_VERSION; property in ProjectConfig