From 76d203b0cc23540e7d2b538fd54c6e312987f0c3 Mon Sep 17 00:00:00 2001 From: Takeshi Hagikura Date: Fri, 5 Jan 2018 17:05:53 +0900 Subject: [PATCH] Bump up the library version (#398) --- README.md | 2 +- flexbox/constants.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e298cd2..84b70f5 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 7b18204..292dffa 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' } -- GitLab