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 4f317e9 commit 5b9f531Copy full SHA for 5b9f531
README.md
@@ -10,7 +10,7 @@ Add the following dependency to your `build.gradle` file:
10
11
```
12
dependencies {
13
- implementation 'com.google.android:flexbox:2.0.0'
+ implementation 'com.google.android:flexbox:2.0.1'
14
}
15
16
flexbox/constants.gradle
@@ -22,7 +22,7 @@ ext {
22
23
mavenGroup = 'com.google.android'
24
mavenArtifactId = 'flexbox'
25
- mavenVersion = '2.0.0'
+ mavenVersion = '2.0.1'
26
27
bintrayOrg = 'google'
28
0 commit comments