From 0f0a4b8b573facd2bb498f91c8994f51b73ec884 Mon Sep 17 00:00:00 2001 From: Daniel Kift Date: Fri, 18 Oct 2024 17:36:50 +0100 Subject: [PATCH] bump version --- README.md | 4 ++-- lib/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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'