We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9d8a27 + 2665283 commit 711f96fCopy full SHA for 711f96f
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.2.1'
+ compile 'com.google.android:flexbox:0.2.2'
14
}
15
16
flexbox/constants.gradle
@@ -22,7 +22,7 @@ ext {
22
23
mavenGroup = 'com.google.android'
24
mavenArtifactId = 'flexbox'
25
- mavenVersion = '0.2.1'
+ mavenVersion = '0.2.2'
26
27
bintrayOrg = 'google'
28
0 commit comments