Skip to content

Commit 7a54105

Browse files
Bump version to 0.9.1.
1 parent 9af0079 commit 7a54105

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ Gradle can be used alongside Android Studio to declare dependencies on Amplify r
3535
``` gradle
3636
dependencies {
3737
// Core SDK is required for configuring Amplify
38-
implementation 'com.amplifyframework:core:0.9.0'
38+
implementation 'com.amplifyframework:core:0.9.1'
3939
4040
// 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'
4545
}
4646
```
4747

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ org.gradle.jvmargs=-Xmx3g
1313
org.gradle.parallel=true
1414

1515
GROUP=com.amplifyframework
16-
VERSION_NAME=0.9.0
16+
VERSION_NAME=0.9.1
1717

1818
POM_URL=https://github.com/aws-amplify/amplify-android
1919
POM_SCM_URL=https://github.com/aws-amplify/amplify-android

0 commit comments

Comments
 (0)