diff --git a/WooCommerce/build.gradle b/WooCommerce/build.gradle index 71dc80c9291..8c8f5309ab7 100644 --- a/WooCommerce/build.gradle +++ b/WooCommerce/build.gradle @@ -107,7 +107,7 @@ def versionProperties = loadPropertiesFromFile(file("${rootDir}/version.properti android { namespace "com.woocommerce.android" - compileSdkVersion gradle.ext.compileSdkVersion + compileSdk gradle.ext.compileSdkVersion defaultConfig { applicationId "com.woocommerce.android" diff --git a/libs/cardreader/build.gradle b/libs/cardreader/build.gradle index 4a082ede46f..2521864856b 100644 --- a/libs/cardreader/build.gradle +++ b/libs/cardreader/build.gradle @@ -7,7 +7,7 @@ plugins { android { namespace "com.woocommerce.android.cardreader" - compileSdkVersion gradle.ext.compileSdkVersion + compileSdk gradle.ext.compileSdkVersion defaultConfig { minSdkVersion gradle.ext.minSdkVersion