File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -56,12 +56,12 @@ dependencies section:
5656``` groovy
5757dependencies {
5858 // Only specify modules that provide functionality your app will use
59- implementation 'com.amplifyframework:aws-analytics-pinpoint:1.6.4 '
60- implementation 'com.amplifyframework:aws-api:1.6.4 '
61- implementation 'com.amplifyframework:aws-auth-cognito:1.6.4 '
62- implementation 'com.amplifyframework:aws-datastore:1.6.4 '
63- implementation 'com.amplifyframework:aws-predictions:1.6.4 '
64- implementation 'com.amplifyframework:aws-storage-s3:1.6.4 '
59+ implementation 'com.amplifyframework:aws-analytics-pinpoint:1.6.5 '
60+ implementation 'com.amplifyframework:aws-api:1.6.5 '
61+ implementation 'com.amplifyframework:aws-auth-cognito:1.6.5 '
62+ implementation 'com.amplifyframework:aws-datastore:1.6.5 '
63+ implementation 'com.amplifyframework:aws-predictions:1.6.5 '
64+ implementation 'com.amplifyframework:aws-storage-s3:1.6.5 '
6565}
6666```
6767
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ org.gradle.jvmargs=-Xmx4g
1313org.gradle.parallel =true
1414
1515GROUP =com.amplifyframework
16- VERSION_NAME =main
17- VERSION_CODE =1
16+ VERSION_NAME =1.6.5
17+ VERSION_CODE =010605
1818
1919POM_URL =https://github.com/aws-amplify/amplify-android
2020POM_SCM_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.6.4 '
27+ implementation 'com.amplifyframework:rxbindings:1.6.5 '
2828}
2929```
3030
You can’t perform that action at this time.
0 commit comments