Skip to content

Commit f7aa3ed

Browse files
authored
update changelog and versions (#84)
1 parent bea5856 commit f7aa3ed

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.0.1 March 19, 2024
4+
5+
- Update compileSDK to 34
6+
- Upgrade gradle and plugins (android gradle plugin, kotlin serialization, android kotlin)
7+
- Upgrade dependencies (robolectric)
8+
39
## 2.0.0 March 14, 2024
410

511
### New Features

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ your project:
2323
#### Gradle
2424

2525
```groovy
26-
implementation "com.shopify:checkout-sheet-kit:2.0.0"
26+
implementation "com.shopify:checkout-sheet-kit:2.0.1"
2727
```
2828

2929
#### Maven
@@ -33,7 +33,7 @@ implementation "com.shopify:checkout-sheet-kit:2.0.0"
3333
<dependency>
3434
<groupId>com.shopify</groupId>
3535
<artifactId>checkout-sheet-kit</artifactId>
36-
<version>2.0.0</version>
36+
<version>2.0.1</version>
3737
</dependency>
3838
```
3939

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def resolveEnvVarValue(name, defaultValue) {
1414
return rawValue ? rawValue : defaultValue
1515
}
1616

17-
def versionName = resolveEnvVarValue("CHECKOUT_SHEET_KIT_VERSION", "2.0.0")
17+
def versionName = resolveEnvVarValue("CHECKOUT_SHEET_KIT_VERSION", "2.0.1")
1818

1919
ext {
2020
app_compat_version = '1.6.1'

samples/MobileBuyIntegration/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
applicationId "com.shopify.checkout_sdk_mobile_buy_integration_sample"
3232
minSdk 23
3333
targetSdk 34
34-
versionCode 26
34+
versionCode 27
3535
versionName "0.0.${versionCode}"
3636

3737
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)