From 355c69d2c958d6eba37284182e608f09c49db558 Mon Sep 17 00:00:00 2001 From: leticiars Date: Mon, 29 Aug 2022 18:09:01 -0400 Subject: [PATCH] Update library version to 1.7.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ffd1fd118fc..eab412b1a8f 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ ext { ? project.property('mavenRepoUrl') : '/tmp/myRepo/') // Current version of the library (could be in-development/unreleased). - mdcLibraryVersion = '1.7.0-rc01' + mdcLibraryVersion = '1.7.0' mdcLibraryPackage = "com.google.android.material" mdcLibraryDir = "com/google/android/material" }