Skip to content

Commit

Permalink
Update version to 1.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3z committed Dec 14, 2020
1 parent a6c90f9 commit a8eef3a
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.2'
implementation 'com.nex3z:flow-layout:1.3.3'
```

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.2
PUBLISH_VERSION=1.3.3
USER_ORG=nex3z
GROUP_ID=com.nex3z
ARTIFACT_ID=flow-layout

0 comments on commit a8eef3a

Please sign in to comment.