File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ Gradle can be used alongside Android Studio to declare dependencies on Amplify r
3636``` gradle
3737dependencies {
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
104104This library is licensed under the Apache 2.0 License.
105+
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ Take an `implementation` dependency on this library. In your module's
2323```
2424dependencies {
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```
You can’t perform that action at this time.
0 commit comments