Skip to content

Commit

Permalink
chore(release) Release v1.17.1 (#1239)
Browse files Browse the repository at this point in the history
* chore(release) Release v1.17.1

* remove changes except version bump

* Update configuration/checkstyle-rules.xml

* core-kotlin version bump to v0.1.2

* remove change of checkstyle-ruls

Co-authored-by: Richard McClellan <[email protected]>
  • Loading branch information
changxu0306 and richardmcclellan authored Mar 18, 2021
1 parent 2223dfb commit 5b94440
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ dependencies section:
```groovy
dependencies {
// Only specify modules that provide functionality your app will use
implementation 'com.amplifyframework:aws-analytics-pinpoint:1.17.0'
implementation 'com.amplifyframework:aws-api:1.17.0'
implementation 'com.amplifyframework:aws-auth-cognito:1.17.0'
implementation 'com.amplifyframework:aws-datastore:1.17.0'
implementation 'com.amplifyframework:aws-predictions:1.17.0'
implementation 'com.amplifyframework:aws-storage-s3:1.17.0'
implementation 'com.amplifyframework:aws-analytics-pinpoint:1.17.1'
implementation 'com.amplifyframework:aws-api:1.17.1'
implementation 'com.amplifyframework:aws-auth-cognito:1.17.1'
implementation 'com.amplifyframework:aws-datastore:1.17.1'
implementation 'com.amplifyframework:aws-predictions:1.17.1'
implementation 'com.amplifyframework:aws-storage-s3:1.17.1'
}
```

Expand Down
1 change: 0 additions & 1 deletion configuration/checkstyle-rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,4 +300,3 @@
<property name="optional" value="false"/>
</module>
</module>

2 changes: 1 addition & 1 deletion core-kotlin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ POM_NAME=Amplify Framework for Android - Kotlin facade for Core library
POM_DESCRIPTION=Amplify Framework for Android - Kotlin facade for Core library
POM_PACKAGING=aar

VERSION_NAME=0.1.1
VERSION_NAME=0.1.2
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx4g
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
org.gradle.parallel=true

VERSION_NAME=1.17.0
VERSION_NAME=1.17.1

POM_GROUP=com.amplifyframework
POM_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.17.0'
implementation 'com.amplifyframework:rxbindings:1.17.1'
}
```

Expand Down

0 comments on commit 5b94440

Please sign in to comment.