File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
aws-android-sdk-appsync-compiler/src/generated/kotlin/com/apollographql/android
aws-android-sdk-appsync-tests Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log - AWS AppSync SDK for Android
2
2
3
+ ## [ Release 3.1.3] ( https://github.com/awslabs/aws-mobile-appsync-sdk-android/releases/tag/release_v3.1.3 )
4
+
5
+ * Fixes [ issue 292] ( https://github.com/awslabs/aws-mobile-appsync-sdk-android/issues/292 ) .
6
+
3
7
## [ Release 3.1.2] ( https://github.com/awslabs/aws-mobile-appsync-sdk-android/releases/tag/release_v3.1.2 )
4
8
5
9
* Fixes following issues:
Original file line number Diff line number Diff line change 1
1
// Generated file. Do not edit!
2
2
package com.apollographql.android
3
- val VERSION = " 3.1.2 "
3
+ val VERSION = " 3.1.3 "
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ org.gradle.jvmargs=-Xmx1536m
13
13
org.gradle.parallel =true
14
14
15
15
GROUP =com.amazonaws
16
- VERSION_NAME =3.1.2 -SNAPSHOT
16
+ VERSION_NAME =3.1.3 -SNAPSHOT
17
17
AWS_CORE_SDK_VERSION =2.16.8
18
18
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ org.gradle.jvmargs=-Xmx1536m
13
13
org.gradle.parallel =true
14
14
15
15
GROUP =com.amazonaws
16
- VERSION_NAME =3.1.2
17
- AWS_CORE_SDK_VERSION =2.16.8
16
+ VERSION_NAME =3.1.3
17
+ AWS_CORE_SDK_VERSION =2.22.1
18
18
19
19
POM_URL =https://github.com/awslabs/aws-mobile-appsync-sdk-android
20
20
POM_SCM_URL =https://github.com/awslabs/aws-mobile-appsync-sdk-android
You can’t perform that action at this time.
0 commit comments