File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ your project:
23
23
#### Gradle
24
24
25
25
``` groovy
26
- implementation "com.shopify:checkout-sheet-kit:3.1.2 "
26
+ implementation "com.shopify:checkout-sheet-kit:3.2.0 "
27
27
```
28
28
29
29
#### Maven
@@ -33,7 +33,7 @@ implementation "com.shopify:checkout-sheet-kit:3.1.2"
33
33
<dependency >
34
34
<groupId >com.shopify</groupId >
35
35
<artifactId >checkout-sheet-kit</artifactId >
36
- <version >3.1.2 </version >
36
+ <version >3.2.0 </version >
37
37
</dependency >
38
38
```
39
39
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def resolveEnvVarValue(name, defaultValue) {
14
14
return rawValue ? rawValue : defaultValue
15
15
}
16
16
17
- def versionName = resolveEnvVarValue(" CHECKOUT_SHEET_KIT_VERSION" , " 3.1.2 " )
17
+ def versionName = resolveEnvVarValue(" CHECKOUT_SHEET_KIT_VERSION" , " 3.2.0 " )
18
18
19
19
ext {
20
20
app_compat_version = ' 1.6.1'
You can’t perform that action at this time.
0 commit comments