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
1338 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant1358 …const compatibleSdkVersion = `${TARGET_API_VERSION}${this.rollup.share.projectConfig.compatibleSdk… constant1376 …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