Skip to content

Commit

Permalink
Update version to 1.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3z committed Dec 3, 2020
1 parent fe20b53 commit 4d1588b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A FlowLayout for Android, which allows child views flow to next row when there i
AndroidX:

```
implementation 'com.nex3z:flow-layout:1.3.1'
implementation 'com.nex3z:flow-layout:1.3.2'
```

AppCompact:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx1536m
android.useAndroidX=true
android.enableJetifier=true

PUBLISH_VERSION=1.3.1
PUBLISH_VERSION=1.3.2
USER_ORG=nex3z
GROUP_ID=com.nex3z
ARTIFACT_ID=flow-layout

0 comments on commit 4d1588b

Please sign in to comment.