Merge "Add MDC-Android 1.0.0-rc01" into androidx-master-dev
diff --git a/com/google/android/material/material/1.0.0-rc01/material-1.0.0-rc01.aar b/com/google/android/material/material/1.0.0-rc01/material-1.0.0-rc01.aar
new file mode 100644
index 0000000..49c4f96
--- /dev/null
+++ b/com/google/android/material/material/1.0.0-rc01/material-1.0.0-rc01.aar
Binary files differ
diff --git a/com/google/android/material/material/1.0.0-rc01/material-1.0.0-rc01.aar.md5 b/com/google/android/material/material/1.0.0-rc01/material-1.0.0-rc01.aar.md5
new file mode 100644
index 0000000..d636073
--- /dev/null
+++ b/com/google/android/material/material/1.0.0-rc01/material-1.0.0-rc01.aar.md5
@@ -0,0 +1 @@
+fafcfd654bf2815ddc6cfc6791693a4c
\ No newline at end of file
diff --git a/com/google/android/material/material/1.0.0-rc01/material-1.0.0-rc01.aar.sha1 b/com/google/android/material/material/1.0.0-rc01/material-1.0.0-rc01.aar.sha1
new file mode 100644
index 0000000..d69d4d9
--- /dev/null
+++ b/com/google/android/material/material/1.0.0-rc01/material-1.0.0-rc01.aar.sha1
@@ -0,0 +1 @@
+f83e012c22d2fac8fcf23880d7167832b099fa94
\ No newline at end of file
diff --git a/com/google/android/material/material/1.0.0-rc01/material-1.0.0-rc01.pom b/com/google/android/material/material/1.0.0-rc01/material-1.0.0-rc01.pom
new file mode 100644
index 0000000..a046788
--- /dev/null
+++ b/com/google/android/material/material/1.0.0-rc01/material-1.0.0-rc01.pom
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+  <modelVersion>4.0.0</modelVersion>

+  <groupId>com.google.android.material</groupId>

+  <artifactId>material</artifactId>

+  <version>1.0.0-rc01</version>

+  <packaging>aar</packaging>

+  <name>Material Components for Android</name>

+  <description>Material Components for Android is a static library that you can add to your Android application in order to use APIs that provide implementations of the Material Design specification. Compatible on devices running API 14 or later.</description>

+  <url>http://developer.android.com/tools/extras/support-library.html</url>

+  <inceptionYear>2015</inceptionYear>

+  <licenses>

+    <license>

+      <name>The Apache Software License, Version 2.0</name>

+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>

+      <distribution>repo</distribution>

+    </license>

+  </licenses>

+  <developers>

+    <developer>

+      <name>The Android Open Source Project</name>

+    </developer>

+  </developers>

+  <scm>

+    <connection>scm:git:https://github.com/material-components/material-components-android.git</connection>

+    <url>https://github.com/material-components/material-components-android</url>

+  </scm>

+  <dependencies>

+    <dependency>

+      <groupId>androidx.annotation</groupId>

+      <artifactId>annotation</artifactId>

+      <version>1.0.0-rc01</version>

+      <scope>compile</scope>

+    </dependency>

+    <dependency>

+      <groupId>androidx.core</groupId>

+      <artifactId>core</artifactId>

+      <version>1.0.0-rc01</version>

+      <type>aar</type>

+      <scope>compile</scope>

+    </dependency>

+    <dependency>

+      <groupId>androidx.legacy</groupId>

+      <artifactId>legacy-support-core-ui</artifactId>

+      <version>1.0.0-rc01</version>

+      <type>aar</type>

+      <scope>compile</scope>

+    </dependency>

+    <dependency>

+      <groupId>androidx.legacy</groupId>

+      <artifactId>legacy-support-core-utils</artifactId>

+      <version>1.0.0-rc01</version>

+      <type>aar</type>

+      <scope>compile</scope>

+    </dependency>

+    <dependency>

+      <groupId>androidx.fragment</groupId>

+      <artifactId>fragment</artifactId>

+      <version>1.0.0-rc01</version>

+      <type>aar</type>

+      <scope>compile</scope>

+    </dependency>

+    <dependency>

+      <groupId>androidx.transition</groupId>

+      <artifactId>transition</artifactId>

+      <version>1.0.0-rc01</version>

+      <type>aar</type>

+      <scope>compile</scope>

+    </dependency>

+    <dependency>

+      <groupId>androidx.appcompat</groupId>

+      <artifactId>appcompat</artifactId>

+      <version>1.0.0-rc01</version>

+      <type>aar</type>

+      <scope>compile</scope>

+    </dependency>

+    <dependency>

+      <groupId>androidx.cardview</groupId>

+      <artifactId>cardview</artifactId>

+      <version>1.0.0-rc01</version>

+      <type>aar</type>

+      <scope>compile</scope>

+    </dependency>

+    <dependency>

+      <groupId>androidx.recyclerview</groupId>

+      <artifactId>recyclerview</artifactId>

+      <version>1.0.0-rc01</version>

+      <type>aar</type>

+      <scope>compile</scope>

+    </dependency>

+    <dependency>

+      <groupId>androidx.test</groupId>

+      <artifactId>runner</artifactId>

+      <version>1.1.0-alpha3</version>

+      <type>aar</type>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <version>4.12</version>

+      <type>aar</type>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>com.google.truth</groupId>

+      <artifactId>truth</artifactId>

+      <version>0.35</version>

+      <type>aar</type>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.mockito</groupId>

+      <artifactId>mockito-core</artifactId>

+      <version>1.9.5</version>

+      <type>aar</type>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.robolectric</groupId>

+      <artifactId>robolectric</artifactId>

+      <version>3.3.2</version>

+      <type>aar</type>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+</project>

diff --git a/com/google/android/material/material/1.0.0-rc01/material-1.0.0-rc01.pom.md5 b/com/google/android/material/material/1.0.0-rc01/material-1.0.0-rc01.pom.md5
new file mode 100644
index 0000000..46a35b4
--- /dev/null
+++ b/com/google/android/material/material/1.0.0-rc01/material-1.0.0-rc01.pom.md5
@@ -0,0 +1 @@
+1e464cc4a5f5d451083122c250075303
\ No newline at end of file
diff --git a/com/google/android/material/material/1.0.0-rc01/material-1.0.0-rc01.pom.sha1 b/com/google/android/material/material/1.0.0-rc01/material-1.0.0-rc01.pom.sha1
new file mode 100644
index 0000000..29cefa1
--- /dev/null
+++ b/com/google/android/material/material/1.0.0-rc01/material-1.0.0-rc01.pom.sha1
@@ -0,0 +1 @@
+c2047031931b2e861232ba15126382fcef40ed76
\ No newline at end of file