Skip to content

Commit a8eef3a

Browse files
committed
Update version to 1.3.3.
1 parent a6c90f9 commit a8eef3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A FlowLayout for Android, which allows child views flow to next row when there i
1212
AndroidX:
1313

1414
```
15-
implementation 'com.nex3z:flow-layout:1.3.2'
15+
implementation 'com.nex3z:flow-layout:1.3.3'
1616
```
1717

1818
AppCompact:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx1536m
1818
android.useAndroidX=true
1919
android.enableJetifier=true
2020

21-
PUBLISH_VERSION=1.3.2
21+
PUBLISH_VERSION=1.3.3
2222
USER_ORG=nex3z
2323
GROUP_ID=com.nex3z
2424
ARTIFACT_ID=flow-layout

0 commit comments

Comments
 (0)