Skip to content

Commit 0a7b062

Browse files
Advertise version 0.10.0 in the README.md.
1 parent 9e40e9a commit 0a7b062

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ Gradle can be used alongside Android Studio to declare dependencies on Amplify r
3636
``` gradle
3737
dependencies {
3838
// Core SDK is required for configuring Amplify
39-
implementation 'com.amplifyframework:core:0.9.1'
39+
implementation 'com.amplifyframework:core:0.10.0'
4040
4141
// Specify only the modules that the app will use
42-
implementation 'com.amplifyframework:aws-datastore:0.9.1'
43-
implementation 'com.amplifyframework:aws-api:0.9.1'
44-
implementation 'com.amplifyframework:aws-storage-s3:0.9.1'
45-
implementation 'com.amplifyframework:aws-analytics-pinpoint:0.9.1'
42+
implementation 'com.amplifyframework:aws-datastore:0.10.0'
43+
implementation 'com.amplifyframework:aws-api:0.10.0'
44+
implementation 'com.amplifyframework:aws-storage-s3:0.10.0'
45+
implementation 'com.amplifyframework:aws-analytics-pinpoint:0.10.0'
4646
}
4747
```
4848

@@ -64,7 +64,7 @@ buildscript {
6464
mavenLocal() // This should ideally appear before other repositories
6565
}
6666
dependencies {
67-
classpath 'com.android.tools.build:gradle:3.5.1'
67+
classpath 'com.android.tools.build:gradle:3.6.1'
6868
6969
// NOTE: Do not place your application dependencies here; they belong
7070
// in the individual module build.gradle files
@@ -102,3 +102,4 @@ You need to ensure `AWSMobileClient` is [initialized](https://aws-amplify.github
102102
## License
103103

104104
This library is licensed under the Apache 2.0 License.
105+

rxbindings/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Take an `implementation` dependency on this library. In your module's
2323
```
2424
dependencies {
2525
# ...
26-
implementation 'com.amplifyframework:core:0.9.1'
27-
implementation 'com.amplifyframework:rxbindings:0.9.1'
26+
implementation 'com.amplifyframework:core:0.10.0'
27+
implementation 'com.amplifyframework:rxbindings:0.10.0'
2828
# ...
2929
}
3030
```

0 commit comments

Comments
 (0)