Searched defs:compatibleSdkVersion (Results 1 – 5 of 5) sorted by relevance
64 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant76 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant
1635 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant1655 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant1673 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant
46 const compatibleSdkVersion: string = projectConfig.compatibleSdkVersion ? constant
67 compatibleSdkVersion: number = SDK_VERSION; property in ProjectConfig
124 const compatibleSdkVersion: string = projectConfig.compatibleSdkVersion; constant