Skip to content

Commit 91b413a

Browse files
chore: prepare 1.3.2 release
1 parent 1ebd738 commit 91b413a

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,11 +424,11 @@ Are you using the right versions of Gradle, Ant, Groovy, Kotlin, Java, Mac OS X?
424424
./gradlew -version
425425

426426
------------------------------------------------------------
427-
Gradle 6.6
427+
Gradle 6.6.1
428428
------------------------------------------------------------
429429

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

433433
Kotlin: 1.3.72
434434
Groovy: 2.5.12

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ dependencies section:
6464
```groovy
6565
dependencies {
6666
// Only specify modules that provide functionality your app will use
67-
implementation 'com.amplifyframework:aws-analytics-pinpoint:1.3.1'
68-
implementation 'com.amplifyframework:aws-api:1.3.1'
69-
implementation 'com.amplifyframework:aws-auth-cognito:1.3.1'
70-
implementation 'com.amplifyframework:aws-datastore:1.3.1'
71-
implementation 'com.amplifyframework:aws-predictions:1.3.1'
72-
implementation 'com.amplifyframework:aws-storage-s3:1.3.1'
67+
implementation 'com.amplifyframework:aws-analytics-pinpoint:1.3.2'
68+
implementation 'com.amplifyframework:aws-api:1.3.2'
69+
implementation 'com.amplifyframework:aws-auth-cognito:1.3.2'
70+
implementation 'com.amplifyframework:aws-datastore:1.3.2'
71+
implementation 'com.amplifyframework:aws-predictions:1.3.2'
72+
implementation 'com.amplifyframework:aws-storage-s3:1.3.2'
7373
}
7474
```
7575

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ org.gradle.jvmargs=-Xmx4g
1313
org.gradle.parallel=true
1414

1515
GROUP=com.amplifyframework
16-
VERSION_NAME=main
17-
VERSION_CODE=1
16+
VERSION_NAME=1.3.2
17+
VERSION_CODE=010302
1818

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

rxbindings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ library. In your module's `build.gradle`:
2424
```gradle
2525
dependencies {
2626
// Add this line.
27-
implementation 'com.amplifyframework:rxbindings:1.3.1'
27+
implementation 'com.amplifyframework:rxbindings:1.3.2'
2828
}
2929
```
3030

0 commit comments

Comments
 (0)