Skip to content

Commit ff621e0

Browse files
committed
fix: upgrade smithy-kotlin to fix crash on Android
1 parent 94685b6 commit ff621e0

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "0d104a15-f5a2-4f08-b810-4c0a5fbf95b3",
3+
"type": "misc",
4+
"description": "Sync AWS models to latest"
5+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "da6833ab-1a10-475c-8478-01ac3eb146fc",
3+
"type": "bugfix",
4+
"description": "Upgrade smithy-kotlin to fix Android crash when OkHttp response body coroutine throws an exception",
5+
"issues": [
6+
"awslabs/aws-sdk-kotlin#753"
7+
]
8+
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sdkVersion=0.17.12-SNAPSHOT
1313
smithyVersion=1.26.1
1414
smithyGradleVersion=0.6.0
1515
# smithy-kotlin codegen and runtime are versioned together
16-
smithyKotlinVersion=0.12.12
16+
smithyKotlinVersion=0.12.13
1717

1818
# kotlin
1919
kotlinVersion=1.7.10
@@ -39,4 +39,4 @@ mockkVersion=1.12.3
3939
slf4jVersion=1.7.36
4040

4141
# dokka config (values specified at build-time as needed)
42-
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinVersion/
42+
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinVersion/

0 commit comments

Comments
 (0)