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' }