File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ Gradle can be used alongside Android Studio to declare dependencies on Amplify r
35
35
``` gradle
36
36
dependencies {
37
37
// Core SDK is required for configuring Amplify
38
- implementation 'com.amplifyframework:core:0.9.0 '
38
+ implementation 'com.amplifyframework:core:0.9.1 '
39
39
40
40
// Specify only the modules that the app will use
41
- implementation 'com.amplifyframework:aws-datastore:0.9.0 '
42
- implementation 'com.amplifyframework:aws-api:0.9.0 '
43
- implementation 'com.amplifyframework:aws-storage-s3:0.9.0 '
44
- implementation 'com.amplifyframework:aws-analytics-pinpoint:0.9.0 '
41
+ implementation 'com.amplifyframework:aws-datastore:0.9.1 '
42
+ implementation 'com.amplifyframework:aws-api:0.9.1 '
43
+ implementation 'com.amplifyframework:aws-storage-s3:0.9.1 '
44
+ implementation 'com.amplifyframework:aws-analytics-pinpoint:0.9.1 '
45
45
}
46
46
```
47
47
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ org.gradle.jvmargs=-Xmx3g
13
13
org.gradle.parallel =true
14
14
15
15
GROUP =com.amplifyframework
16
- VERSION_NAME =0.9.0
16
+ VERSION_NAME =0.9.1
17
17
18
18
POM_URL =https://github.com/aws-amplify/amplify-android
19
19
POM_SCM_URL =https://github.com/aws-amplify/amplify-android
You can’t perform that action at this time.
0 commit comments