File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed 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.16.14 '
56- implementation 'com.amplifyframework:aws-api:1.16.14 '
57- implementation 'com.amplifyframework:aws-auth-cognito:1.16.14 '
58- implementation 'com.amplifyframework:aws-datastore:1.16.14 '
59- implementation 'com.amplifyframework:aws-predictions:1.16.14 '
60- implementation 'com.amplifyframework:aws-storage-s3:1.16.14 '
55+ implementation 'com.amplifyframework:aws-analytics-pinpoint:1.16.15 '
56+ implementation 'com.amplifyframework:aws-api:1.16.15 '
57+ implementation 'com.amplifyframework:aws-auth-cognito:1.16.15 '
58+ implementation 'com.amplifyframework:aws-datastore:1.16.15 '
59+ implementation 'com.amplifyframework:aws-predictions:1.16.15 '
60+ implementation 'com.amplifyframework:aws-storage-s3:1.16.15 '
6161}
6262```
6363
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ 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.16.14
16- VERSION_CODE =011614
15+ VERSION_NAME =1.16.15
16+ VERSION_CODE =011615
1717
1818POM_GROUP =com.amplifyframework
1919POM_URL =https://github.com/aws-amplify/amplify-android
@@ -32,3 +32,4 @@ POM_DEVELOPER_ORGANIZATION_URL=http://aws.amazon.com
3232
3333android.useAndroidX =true
3434android.enableJetifier =true
35+
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.16.14 '
27+ implementation 'com.amplifyframework:rxbindings:1.16.15 '
2828}
2929```
3030
You can’t perform that action at this time.
0 commit comments