We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4eb0b commit f808e7eCopy full SHA for f808e7e
README.md
@@ -10,7 +10,7 @@ Add the following dependency to your `build.gradle` file:
10
11
```
12
dependencies {
13
- compile 'com.google.android:flexbox:0.3.1'
+ compile 'com.google.android:flexbox:0.3.2'
14
}
15
16
flexbox/constants.gradle
@@ -22,7 +22,7 @@ ext {
22
23
mavenGroup = 'com.google.android'
24
mavenArtifactId = 'flexbox'
25
- mavenVersion = '0.3.1'
+ mavenVersion = '0.3.2'
26
27
bintrayOrg = 'google'
28
0 commit comments