diff --git a/README.md b/README.md index 30e7272919c6b39161121a2e42cbd421fcce3a62..e298cd20f72c9d415d2a9b30e8345b313c067483 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.0' + compile 'com.google.android:flexbox:0.3.1' } ``` diff --git a/flexbox/constants.gradle b/flexbox/constants.gradle index 31bb13fa7d9c53241fd11683b306f8251d20362e..7b18204066d378540b47db74b88048ef3d9fde5c 100644 --- a/flexbox/constants.gradle +++ b/flexbox/constants.gradle @@ -22,7 +22,7 @@ ext { mavenGroup = 'com.google.android' mavenArtifactId = 'flexbox' - mavenVersion = '0.3.0' + mavenVersion = '0.3.1' bintrayOrg = 'google' }