From c830f33cfbeb05b4d9561ffa51e289b6042e4f21 Mon Sep 17 00:00:00 2001 From: Takeshi Hagikura Date: Thu, 17 May 2018 10:49:19 +0900 Subject: [PATCH] Bump the version. (#429) flexbox-layout has been considered as stable for a while, but from this on, it starts to follow the semantic versioning. --- README.md | 2 +- flexbox/constants.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f4bc276..f23ede16 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Add the following dependency to your `build.gradle` file: ``` dependencies { - implementation 'com.google.android:flexbox:0.3.2' + implementation 'com.google.android:flexbox:1.0.0' } ``` diff --git a/flexbox/constants.gradle b/flexbox/constants.gradle index 292dffa4..c8168849 100644 --- a/flexbox/constants.gradle +++ b/flexbox/constants.gradle @@ -22,7 +22,7 @@ ext { mavenGroup = 'com.google.android' mavenArtifactId = 'flexbox' - mavenVersion = '0.3.2' + mavenVersion = '1.0.0' bintrayOrg = 'google' }