diff --git a/README.md b/README.md index 735afc2771fe57f413bc90242d8323486661899a..d08cf40341d053924571520379552767075a4c69 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Add the following dependency to your `build.gradle` file: ``` dependencies { - compile 'com.google.android:flexbox:0.2.0' + compile 'com.google.android:flexbox:0.2.1' } ``` diff --git a/flexbox/constants.gradle b/flexbox/constants.gradle index 75ab1d8ce4df1a6fff9bc129358146576282cef1..be453114402795dfb879cc8c4236d1b697d29508 100644 --- a/flexbox/constants.gradle +++ b/flexbox/constants.gradle @@ -22,7 +22,7 @@ ext { mavenGroup = 'com.google.android' mavenArtifactId = 'flexbox' - mavenVersion = '0.2.0' + mavenVersion = '0.2.1' bintrayOrg = 'google' }