From 45db4a31d17505ffe65c477b805fc3460f52685d Mon Sep 17 00:00:00 2001 From: Takeshi Hagikura Date: Wed, 27 Jul 2016 20:05:57 +0900 Subject: [PATCH] Bump the version to 0.2.3. Change-Id: Ieb5f9bf3d3f32faf090e91ec9015bd1dc10ba46f --- README.md | 2 +- flexbox/constants.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6ea922..5bd5f43 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 203ed74..ebb646e 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' } -- GitLab