Skip to content

Commit

Permalink
chore: prepare 1.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesonwilliams committed Sep 15, 2020
1 parent 1ebd738 commit 91b413a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,11 +424,11 @@ Are you using the right versions of Gradle, Ant, Groovy, Kotlin, Java, Mac OS X?
./gradlew -version

------------------------------------------------------------
Gradle 6.6
Gradle 6.6.1
------------------------------------------------------------

Build time: 2020-08-10 22:06:19 UTC
Revision: d119144684a0c301aea027b79857815659e431b9
Build time: 2020-08-25 16:29:12 UTC
Revision: f2d1fb54a951d8b11d25748e4711bec8d128d7e3

Kotlin: 1.3.72
Groovy: 2.5.12
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ dependencies section:
```groovy
dependencies {
// Only specify modules that provide functionality your app will use
implementation 'com.amplifyframework:aws-analytics-pinpoint:1.3.1'
implementation 'com.amplifyframework:aws-api:1.3.1'
implementation 'com.amplifyframework:aws-auth-cognito:1.3.1'
implementation 'com.amplifyframework:aws-datastore:1.3.1'
implementation 'com.amplifyframework:aws-predictions:1.3.1'
implementation 'com.amplifyframework:aws-storage-s3:1.3.1'
implementation 'com.amplifyframework:aws-analytics-pinpoint:1.3.2'
implementation 'com.amplifyframework:aws-api:1.3.2'
implementation 'com.amplifyframework:aws-auth-cognito:1.3.2'
implementation 'com.amplifyframework:aws-datastore:1.3.2'
implementation 'com.amplifyframework:aws-predictions:1.3.2'
implementation 'com.amplifyframework:aws-storage-s3:1.3.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ org.gradle.jvmargs=-Xmx4g
org.gradle.parallel=true

GROUP=com.amplifyframework
VERSION_NAME=main
VERSION_CODE=1
VERSION_NAME=1.3.2
VERSION_CODE=010302

POM_URL=https://github.com/aws-amplify/amplify-android
POM_SCM_URL=https://github.com/aws-amplify/amplify-android
Expand Down
2 changes: 1 addition & 1 deletion rxbindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ library. In your module's `build.gradle`:
```gradle
dependencies {
// Add this line.
implementation 'com.amplifyframework:rxbindings:1.3.1'
implementation 'com.amplifyframework:rxbindings:1.3.2'
}
```

Expand Down

0 comments on commit 91b413a

Please sign in to comment.