diff --git a/README.md b/README.md index e298cd20f72c9d415d2a9b30e8345b313c067483..84b70f506fb119df7b8a69535325e702779e8818 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.3.1' + compile 'com.google.android:flexbox:0.3.2' } ``` diff --git a/flexbox/constants.gradle b/flexbox/constants.gradle index 7b18204066d378540b47db74b88048ef3d9fde5c..292dffa421d542fda89f0b5f4155e0aadcc5dfef 100644 --- a/flexbox/constants.gradle +++ b/flexbox/constants.gradle @@ -22,7 +22,7 @@ ext { mavenGroup = 'com.google.android' mavenArtifactId = 'flexbox' - mavenVersion = '0.3.1' + mavenVersion = '0.3.2' bintrayOrg = 'google' }