We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2397e1a + 59ff269 commit 34bca8cCopy full SHA for 34bca8c
README.md
@@ -7,7 +7,7 @@ Add the following dependency to your `build.gradle` file.
7
8
```
9
dependencies {
10
- compile 'com.google.android:flexbox:0.1.0'
+ compile 'com.google.android:flexbox:0.1.1'
11
}
12
13
flexbox/constants.gradle
@@ -6,7 +6,7 @@ ext {
6
mavenGroup = 'com.google.android'
mavenArtifactId = 'flexbox'
- mavenVersion = '0.1.0'
+ mavenVersion = '0.1.1'
bintrayOrg = 'google'
0 commit comments