Searched defs:compatibleSdkVersion (Results 1 – 4 of 4) 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
622 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant643 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant660 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant
46 const compatibleSdkVersion: string = projectConfig.compatibleSdkVersion ? constant
60 compatibleSdkVersion: number = SDK_VERSION; property in ProjectConfig