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 7f57858 commit e0a9a71Copy full SHA for e0a9a71
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.0'
+ compile 'com.google.android:flexbox:0.2.1'
14
}
15
16
flexbox/constants.gradle
@@ -22,7 +22,7 @@ ext {
22
23
mavenGroup = 'com.google.android'
24
mavenArtifactId = 'flexbox'
25
- mavenVersion = '0.2.0'
+ mavenVersion = '0.2.1'
26
27
bintrayOrg = 'google'
28
0 commit comments