diff --git a/README.md b/README.md index 6d9ac3f..29fd566 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ your project: #### Gradle ```groovy -implementation "com.shopify:checkout-sheet-kit:3.1.2" +implementation "com.shopify:checkout-sheet-kit:3.2.0" ``` #### Maven @@ -33,7 +33,7 @@ implementation "com.shopify:checkout-sheet-kit:3.1.2" com.shopify checkout-sheet-kit - 3.1.2 + 3.2.0 ``` diff --git a/lib/build.gradle b/lib/build.gradle index 2d6dd89..20fe59e 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -14,7 +14,7 @@ def resolveEnvVarValue(name, defaultValue) { return rawValue ? rawValue : defaultValue } -def versionName = resolveEnvVarValue("CHECKOUT_SHEET_KIT_VERSION", "3.1.2") +def versionName = resolveEnvVarValue("CHECKOUT_SHEET_KIT_VERSION", "3.2.0") ext { app_compat_version = '1.6.1'