diff --git a/README.md b/README.md index d6ea9223d7b4dc04808ca0476d8ba32ce122b1cd..5bd5f435669ec7fc543c7f19974de77381f6e581 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.2' + compile 'com.google.android:flexbox:0.2.3' } ``` diff --git a/flexbox/constants.gradle b/flexbox/constants.gradle index 203ed74b3f4fb1d36dd7ffac12d7d5adbf6a18be..ebb646ee864b95fa29dc1b76f47c2f9a7b499438 100644 --- a/flexbox/constants.gradle +++ b/flexbox/constants.gradle @@ -22,7 +22,7 @@ ext { mavenGroup = 'com.google.android' mavenArtifactId = 'flexbox' - mavenVersion = '0.2.2' + mavenVersion = '0.2.3' bintrayOrg = 'google' }