File tree Expand file tree Collapse file tree 6 files changed +23
-9
lines changed Expand file tree Collapse file tree 6 files changed +23
-9
lines changed Original file line number Diff line number Diff line change 1+ ## [ Release 1.38.4] ( https://github.com/aws-amplify/amplify-android/releases/tag/release_v1.38.4 )
2+
3+ ### Bug Fixes
4+ - ** predictions:** Fix processing for table title blocks ([ #2407 ] ( https://github.com/aws-amplify/amplify-android/issues/2407 ) )
5+
6+ [ See all changes between 1.38.3 and 1.38.4] ( https://github.com/aws-amplify/amplify-android/compare/release_v1.38.3...release_v1.38.4 )
7+
18## [ Release 1.38.3] ( https://github.com/aws-amplify/amplify-android/releases/tag/release_v1.38.3 )
29
310### Bug Fixes
Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ dependencies section:
5252``` groovy
5353dependencies {
5454 // Only specify modules that provide functionality your app will use
55- implementation 'com.amplifyframework:aws-analytics-pinpoint:1.38.3 '
56- implementation 'com.amplifyframework:aws-api:1.38.3 '
57- implementation 'com.amplifyframework:aws-auth-cognito:1.38.3 '
58- implementation 'com.amplifyframework:aws-datastore:1.38.3 '
59- implementation 'com.amplifyframework:aws-predictions:1.38.3 '
60- implementation 'com.amplifyframework:aws-storage-s3:1.38.3 '
55+ implementation 'com.amplifyframework:aws-analytics-pinpoint:1.38.4 '
56+ implementation 'com.amplifyframework:aws-api:1.38.4 '
57+ implementation 'com.amplifyframework:aws-auth-cognito:1.38.4 '
58+ implementation 'com.amplifyframework:aws-datastore:1.38.4 '
59+ implementation 'com.amplifyframework:aws-predictions:1.38.4 '
60+ implementation 'com.amplifyframework:aws-storage-s3:1.38.4 '
6161}
6262```
6363
Original file line number Diff line number Diff line change 1+ ## [ Release 0.22.4] ( https://github.com/aws-amplify/amplify-android/releases/tag/release-kotlin_v0.22.4 )
2+
3+ ### Bug Fixes
4+ - ** predictions:** Fix processing for table title blocks ([ #2407 ] ( https://github.com/aws-amplify/amplify-android/issues/2407 ) )
5+
6+ [ See all changes between 0.22.3 and 0.22.4] ( https://github.com/aws-amplify/amplify-android/compare/release-kotlin_v0.22.3...release-kotlin_v0.22.4 )
7+
18## [ Release 0.22.3] ( https://github.com/aws-amplify/amplify-android/releases/tag/release-kotlin_v0.22.3 )
29
310### Bug Fixes
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ POM_NAME=Amplify Framework for Android - Kotlin facade for Core library
33POM_DESCRIPTION =Amplify Framework for Android - Kotlin facade for Core library
44POM_PACKAGING =aar
55
6- VERSION_NAME =0.22.3
6+ VERSION_NAME =0.22.4
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 =1.38.3
15+ VERSION_NAME =1.38.4
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:1.38.3 '
27+ implementation 'com.amplifyframework:rxbindings:1.38.4 '
2828}
2929```
3030
You can’t perform that action at this time.
0 commit comments