Skip to content

Commit

Permalink
Use compileSdk instead of compileSdkVersion in the modules that won't…
Browse files Browse the repository at this point in the history
… be deleted
  • Loading branch information
kidinov committed Jan 9, 2025
1 parent 29eb5e5 commit 77e301f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WooCommerce/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libs/cardreader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
android {
namespace "com.woocommerce.android.cardreader"

compileSdkVersion gradle.ext.compileSdkVersion
compileSdk gradle.ext.compileSdkVersion

defaultConfig {
minSdkVersion gradle.ext.minSdkVersion
Expand Down

0 comments on commit 77e301f

Please sign in to comment.