File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
aws-android-sdk-appsync-compiler/src/generated/kotlin/com/apollographql/android Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log - AWS AppSync SDK for Android
22
3+ ## [ Release 2.6.28] ( https://github.com/awslabs/aws-mobile-appsync-sdk-android/releases/tag/release_v2.6.28 )
4+
5+ ### Misc. Updates
6+ * ` AWSAppSync ` now depends on ` AWSCore ` version ` 2.8.0 ` instead of ` 2.7.7 ` .
7+
38## [ Release 2.6.27] ( https://github.com/awslabs/aws-mobile-appsync-sdk-android/releases/tag/release_v2.6.27 )
49
510### Bug Fixes
Original file line number Diff line number Diff line change 11// Generated file. Do not edit!
22package com.apollographql.android
3- val VERSION = " 2.6.27 "
3+ val VERSION = " 2.6.28 "
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ org.gradle.jvmargs=-Xmx1536m
1313org.gradle.parallel =true
1414
1515GROUP =com.amazonaws
16- VERSION_NAME =2.6.27
17- AWS_CORE_SDK_VERSION =2.7.7
16+ VERSION_NAME =2.6.28
17+ AWS_CORE_SDK_VERSION =2.8.0
1818
1919POM_URL =https://github.com/awslabs/aws-mobile-appsync-sdk-android
2020POM_SCM_URL =https://github.com/awslabs/aws-mobile-appsync-sdk-android
You can’t perform that action at this time.
0 commit comments