File tree Expand file tree Collapse file tree 4 files changed +22
-10
lines changed
Expand file tree Collapse file tree 4 files changed +22
-10
lines changed Original file line number Diff line number Diff line change 1+ ## [ Release 2.34.0] ( https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.34.0 )
2+
3+ ### Features
4+ - ** api:** Add cause for graphql connection errors ([ #3183 ] ( https://github.com/aws-amplify/amplify-android/issues/3183 ) )
5+ - ** foundation:** Add Foundation libraries ([ #3203 ] ( https://github.com/aws-amplify/amplify-android/issues/3203 ) )
6+ - ** kinesis:** Add Kinesis Client ([ #3194 ] ( https://github.com/aws-amplify/amplify-android/issues/3194 ) )
7+
8+ ### Bug Fixes
9+ - ** core:** Set userAgent when using AmplifyOutputs to configure ([ #3215 ] ( https://github.com/aws-amplify/amplify-android/issues/3215 ) )
10+
11+ [ See all changes between 2.33.0 and 2.34.0] ( https://github.com/aws-amplify/amplify-android/compare/release_v2.33.0...release_v2.34.0 )
12+
113## [ Release 2.33.0] ( https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.33.0 )
214
315### Features
Original file line number Diff line number Diff line change @@ -67,14 +67,14 @@ dependencies section:
6767``` groovy
6868dependencies {
6969 // Only specify modules that provide functionality your app will use
70- implementation 'com.amplifyframework:aws-analytics-pinpoint:2.33 .0'
71- implementation 'com.amplifyframework:aws-api:2.33 .0'
72- implementation 'com.amplifyframework:aws-auth-cognito:2.33 .0'
73- implementation 'com.amplifyframework:aws-datastore:2.33 .0'
74- implementation 'com.amplifyframework:aws-predictions:2.33 .0'
75- implementation 'com.amplifyframework:aws-storage-s3:2.33 .0'
76- implementation 'com.amplifyframework:aws-geo-location:2.33 .0'
77- implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.33 .0'
70+ implementation 'com.amplifyframework:aws-analytics-pinpoint:2.34 .0'
71+ implementation 'com.amplifyframework:aws-api:2.34 .0'
72+ implementation 'com.amplifyframework:aws-auth-cognito:2.34 .0'
73+ implementation 'com.amplifyframework:aws-datastore:2.34 .0'
74+ implementation 'com.amplifyframework:aws-predictions:2.34 .0'
75+ implementation 'com.amplifyframework:aws-storage-s3:2.34 .0'
76+ implementation 'com.amplifyframework:aws-geo-location:2.34 .0'
77+ implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.34 .0'
7878}
7979```
8080
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx4g
1212# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1313org.gradle.parallel =true
1414
15- VERSION_NAME =2.33 .0
15+ VERSION_NAME =2.34 .0
1616
1717POM_GROUP =com.amplifyframework
1818POM_URL =https://github.com/aws-amplify/amplify-android
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ library. In your module's `build.gradle`:
2424``` gradle
2525dependencies {
2626 // Add this line.
27- implementation 'com.amplifyframework:rxbindings:2.33 .0'
27+ implementation 'com.amplifyframework:rxbindings:2.34 .0'
2828}
2929```
3030
You can’t perform that action at this time.
0 commit comments