Merge commit '97160a161f8eeb38018cd735a6adb64c4cebd375' from oc-dev into
stage-aosp-master

Test: only added new files
Bug: 67838832
Change-Id: I30f85e234f34b1dd5919c0bc81142e0ba590cdaa
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..d9865d7
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,48 @@
+# Copyright (C) 2017 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+LOCAL_PATH:= $(call my-dir)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := apptoolkit-arch-core-common
+LOCAL_MODULE_TAGS := optional
+LOCAL_SRC_FILES := android/arch/core/common/1.0.0/common-1.0.0.jar
+LOCAL_MODULE_CLASS := JAVA_LIBRARIES
+LOCAL_MODULE_SUFFIX := $(COMMON_JAVA_PACKAGE_SUFFIX)
+LOCAL_SDK_VERSION := 8
+# Uninstallable static Java libraries.
+LOCAL_UNINSTALLABLE_MODULE := true
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := apptoolkit-lifecycle-common
+LOCAL_MODULE_TAGS := optional
+LOCAL_SRC_FILES := android/arch/lifecycle/common/1.0.0/common-1.0.0.jar
+LOCAL_MODULE_CLASS := JAVA_LIBRARIES
+LOCAL_MODULE_SUFFIX := $(COMMON_JAVA_PACKAGE_SUFFIX)
+LOCAL_SDK_VERSION := 8
+# Uninstallable static Java libraries.
+LOCAL_UNINSTALLABLE_MODULE := true
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := apptoolkit-lifecycle-runtime
+LOCAL_MODULE_TAGS := optional
+LOCAL_SRC_FILES := android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0.aar
+LOCAL_MODULE_CLASS := JAVA_LIBRARIES
+LOCAL_MODULE_SUFFIX := $(COMMON_JAVA_PACKAGE_SUFFIX)
+LOCAL_SDK_VERSION := 8
+# Uninstallable static Java libraries.
+LOCAL_UNINSTALLABLE_MODULE := true
+include $(BUILD_PREBUILT)
diff --git a/android/arch/core/common/1.0.0/common-1.0.0-sources.jar b/android/arch/core/common/1.0.0/common-1.0.0-sources.jar
new file mode 100644
index 0000000..4cfaf10
--- /dev/null
+++ b/android/arch/core/common/1.0.0/common-1.0.0-sources.jar
Binary files differ
diff --git a/android/arch/core/common/1.0.0/common-1.0.0-sources.jar.md5 b/android/arch/core/common/1.0.0/common-1.0.0-sources.jar.md5
new file mode 100644
index 0000000..e0f6d3a
--- /dev/null
+++ b/android/arch/core/common/1.0.0/common-1.0.0-sources.jar.md5
@@ -0,0 +1 @@
+4fda84d7d1bf0b584baea3197de5a507
\ No newline at end of file
diff --git a/android/arch/core/common/1.0.0/common-1.0.0-sources.jar.sha1 b/android/arch/core/common/1.0.0/common-1.0.0-sources.jar.sha1
new file mode 100644
index 0000000..d3ae707
--- /dev/null
+++ b/android/arch/core/common/1.0.0/common-1.0.0-sources.jar.sha1
@@ -0,0 +1 @@
+09e06c2b983a59af55af974fa181e615810a726d
\ No newline at end of file
diff --git a/android/arch/core/common/1.0.0/common-1.0.0.jar b/android/arch/core/common/1.0.0/common-1.0.0.jar
new file mode 100644
index 0000000..6f0fe1a
--- /dev/null
+++ b/android/arch/core/common/1.0.0/common-1.0.0.jar
Binary files differ
diff --git a/android/arch/core/common/1.0.0/common-1.0.0.jar.md5 b/android/arch/core/common/1.0.0/common-1.0.0.jar.md5
new file mode 100644
index 0000000..127c452
--- /dev/null
+++ b/android/arch/core/common/1.0.0/common-1.0.0.jar.md5
@@ -0,0 +1 @@
+acbc28f1bdfd0fdcdbcc335aa0db5e7c
\ No newline at end of file
diff --git a/android/arch/core/common/1.0.0/common-1.0.0.jar.sha1 b/android/arch/core/common/1.0.0/common-1.0.0.jar.sha1
new file mode 100644
index 0000000..5bd426d
--- /dev/null
+++ b/android/arch/core/common/1.0.0/common-1.0.0.jar.sha1
@@ -0,0 +1 @@
+22921cb061f218c443e7356b101524fb04c9e2cc
\ No newline at end of file
diff --git a/android/arch/core/common/1.0.0/common-1.0.0.pom b/android/arch/core/common/1.0.0/common-1.0.0.pom
new file mode 100644
index 0000000..b1ed080
--- /dev/null
+++ b/android/arch/core/common/1.0.0/common-1.0.0.pom
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>android.arch.core</groupId>
+  <artifactId>common</artifactId>
+  <version>1.0.0</version>
+  <name>Android Arch-Common</name>
+  <description>Android Arch-Common</description>
+  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <inceptionYear>2017</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://android.googlesource.com/platform/frameworks/support</connection>
+    <url>http://source.android.com</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-annotations</artifactId>
+      <version>26.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <version>2.7.6</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/android/arch/core/common/1.0.0/common-1.0.0.pom.md5 b/android/arch/core/common/1.0.0/common-1.0.0.pom.md5
new file mode 100644
index 0000000..16ca4eb
--- /dev/null
+++ b/android/arch/core/common/1.0.0/common-1.0.0.pom.md5
@@ -0,0 +1 @@
+0b1c8b6ba883fbd93117c606d2b4a2c5
\ No newline at end of file
diff --git a/android/arch/core/common/1.0.0/common-1.0.0.pom.sha1 b/android/arch/core/common/1.0.0/common-1.0.0.pom.sha1
new file mode 100644
index 0000000..c20f9c4
--- /dev/null
+++ b/android/arch/core/common/1.0.0/common-1.0.0.pom.sha1
@@ -0,0 +1 @@
+465202e3f125f676aaad094dc8a9468b1042e1dd
\ No newline at end of file
diff --git a/android/arch/core/common/maven-metadata.xml b/android/arch/core/common/maven-metadata.xml
new file mode 100644
index 0000000..e7caadf
--- /dev/null
+++ b/android/arch/core/common/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>android.arch.core</groupId>
+  <artifactId>common</artifactId>
+  <versioning>
+    <release>1.0.0</release>
+    <versions>
+      <version>1.0.0</version>
+    </versions>
+    <lastUpdated>20170830191704</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/android/arch/core/common/maven-metadata.xml.md5 b/android/arch/core/common/maven-metadata.xml.md5
new file mode 100644
index 0000000..ee09a08
--- /dev/null
+++ b/android/arch/core/common/maven-metadata.xml.md5
@@ -0,0 +1 @@
+919d574e42e37d9e4da069edfa1ccdaf
\ No newline at end of file
diff --git a/android/arch/core/common/maven-metadata.xml.sha1 b/android/arch/core/common/maven-metadata.xml.sha1
new file mode 100644
index 0000000..7585856
--- /dev/null
+++ b/android/arch/core/common/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+9c6e37bf180e899db2b3f627b1517bee3f938b6f
\ No newline at end of file
diff --git a/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10-sources.jar b/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10-sources.jar
new file mode 100644
index 0000000..702c5fa
--- /dev/null
+++ b/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10-sources.jar
Binary files differ
diff --git a/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10-sources.jar.md5 b/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10-sources.jar.md5
new file mode 100644
index 0000000..c458d68
--- /dev/null
+++ b/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10-sources.jar.md5
@@ -0,0 +1 @@
+3bf24e7089eef43f829bd37f9a2765bc
\ No newline at end of file
diff --git a/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10-sources.jar.sha1 b/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10-sources.jar.sha1
new file mode 100644
index 0000000..6795330
--- /dev/null
+++ b/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10-sources.jar.sha1
@@ -0,0 +1 @@
+36b8de514970c360384ccf78833f4d1300db841e
\ No newline at end of file
diff --git a/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10.aar b/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10.aar
new file mode 100644
index 0000000..42395a1
--- /dev/null
+++ b/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10.aar
Binary files differ
diff --git a/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10.aar.md5 b/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10.aar.md5
new file mode 100644
index 0000000..594ca8d
--- /dev/null
+++ b/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10.aar.md5
@@ -0,0 +1 @@
+b82ffe1e7d5b4ff4411049bf20940c1b
\ No newline at end of file
diff --git a/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10.aar.sha1 b/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10.aar.sha1
new file mode 100644
index 0000000..a624a03
--- /dev/null
+++ b/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10.aar.sha1
@@ -0,0 +1 @@
+5a6ee83425b068a99eb2c0c81922ecfc1be2656f
\ No newline at end of file
diff --git a/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10.pom b/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10.pom
new file mode 100644
index 0000000..bd29983
--- /dev/null
+++ b/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10.pom
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>android.arch.core</groupId>
+  <artifactId>core-testing</artifactId>
+  <version>1.0.0-alpha10</version>
+  <packaging>aar</packaging>
+  <name>Android Core-Testing</name>
+  <description>Android Core-Testing</description>
+  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <inceptionYear>2017</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://android.googlesource.com/platform/frameworks/support</connection>
+    <url>http://source.android.com</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>android.arch.core</groupId>
+      <artifactId>runtime</artifactId>
+      <version>1.0.0-alpha10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-annotations</artifactId>
+      <version>26.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-core-utils</artifactId>
+      <version>26.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>hamcrest-core</artifactId>
+          <groupId>*</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <version>2.7.6</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10.pom.md5 b/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10.pom.md5
new file mode 100644
index 0000000..6d7511c
--- /dev/null
+++ b/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10.pom.md5
@@ -0,0 +1 @@
+b63d312d10cbc8d3019685700ba85b56
\ No newline at end of file
diff --git a/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10.pom.sha1 b/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10.pom.sha1
new file mode 100644
index 0000000..1008f1f
--- /dev/null
+++ b/android/arch/core/core-testing/1.0.0-alpha10/core-testing-1.0.0-alpha10.pom.sha1
@@ -0,0 +1 @@
+9af272e1032109941a5c2881920dc5b21a3329ca
\ No newline at end of file
diff --git a/android/arch/core/core-testing/maven-metadata.xml b/android/arch/core/core-testing/maven-metadata.xml
new file mode 100644
index 0000000..fa9eb56
--- /dev/null
+++ b/android/arch/core/core-testing/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>android.arch.core</groupId>
+  <artifactId>core-testing</artifactId>
+  <versioning>
+    <release>1.0.0-alpha10</release>
+    <versions>
+      <version>1.0.0-alpha10</version>
+    </versions>
+    <lastUpdated>20170830191718</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/android/arch/core/core-testing/maven-metadata.xml.md5 b/android/arch/core/core-testing/maven-metadata.xml.md5
new file mode 100644
index 0000000..e310e33
--- /dev/null
+++ b/android/arch/core/core-testing/maven-metadata.xml.md5
@@ -0,0 +1 @@
+d01316e853cb0c526a857e429e092dfe
\ No newline at end of file
diff --git a/android/arch/core/core-testing/maven-metadata.xml.sha1 b/android/arch/core/core-testing/maven-metadata.xml.sha1
new file mode 100644
index 0000000..eb450b6
--- /dev/null
+++ b/android/arch/core/core-testing/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+769bc83d104e144864cde39ed14f4fb180046837
\ No newline at end of file
diff --git a/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10-sources.jar b/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10-sources.jar
new file mode 100644
index 0000000..7f34d4c
--- /dev/null
+++ b/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10-sources.jar
Binary files differ
diff --git a/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10-sources.jar.md5 b/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10-sources.jar.md5
new file mode 100644
index 0000000..8ef8ad5
--- /dev/null
+++ b/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10-sources.jar.md5
@@ -0,0 +1 @@
+b22cedfcaf78cd8fcb9313402a3b05d6
\ No newline at end of file
diff --git a/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10-sources.jar.sha1 b/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10-sources.jar.sha1
new file mode 100644
index 0000000..7fd7bec
--- /dev/null
+++ b/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10-sources.jar.sha1
@@ -0,0 +1 @@
+72ffd536f83b8c42c8543061cb31af23fc953d2f
\ No newline at end of file
diff --git a/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.aar b/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.aar
new file mode 100644
index 0000000..6925081
--- /dev/null
+++ b/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.aar
Binary files differ
diff --git a/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.aar.md5 b/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.aar.md5
new file mode 100644
index 0000000..5613c5a
--- /dev/null
+++ b/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.aar.md5
@@ -0,0 +1 @@
+41e3292cc2eb4c61a23004f67f526acb
\ No newline at end of file
diff --git a/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.aar.sha1 b/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.aar.sha1
new file mode 100644
index 0000000..0f9d93f
--- /dev/null
+++ b/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.aar.sha1
@@ -0,0 +1 @@
+97b3a1f092e5b6ffdf3d42560d65b6e416d2f16d
\ No newline at end of file
diff --git a/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.pom b/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.pom
new file mode 100644
index 0000000..c6b8322
--- /dev/null
+++ b/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.pom
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>android.arch.core</groupId>
+  <artifactId>runtime</artifactId>
+  <version>1.0.0-alpha10</version>
+  <packaging>aar</packaging>
+  <name>Android Arch-Runtime</name>
+  <description>Android Arch-Runtime</description>
+  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <inceptionYear>2017</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://android.googlesource.com/platform/frameworks/support</connection>
+    <url>http://source.android.com</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-annotations</artifactId>
+      <version>26.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>android.arch.core</groupId>
+      <artifactId>common</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.pom.md5 b/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.pom.md5
new file mode 100644
index 0000000..098dd2c
--- /dev/null
+++ b/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.pom.md5
@@ -0,0 +1 @@
+d5c5b8837cafa8c2e4fa63d8677a0f11
\ No newline at end of file
diff --git a/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.pom.sha1 b/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.pom.sha1
new file mode 100644
index 0000000..1deba65
--- /dev/null
+++ b/android/arch/core/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.pom.sha1
@@ -0,0 +1 @@
+a9d0566cd2186b14a5ddbb0daba89b633862ffc3
\ No newline at end of file
diff --git a/android/arch/core/runtime/maven-metadata.xml b/android/arch/core/runtime/maven-metadata.xml
new file mode 100644
index 0000000..d4e2ee5
--- /dev/null
+++ b/android/arch/core/runtime/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>android.arch.core</groupId>
+  <artifactId>runtime</artifactId>
+  <versioning>
+    <release>1.0.0-alpha10</release>
+    <versions>
+      <version>1.0.0-alpha10</version>
+    </versions>
+    <lastUpdated>20170830191718</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/android/arch/core/runtime/maven-metadata.xml.md5 b/android/arch/core/runtime/maven-metadata.xml.md5
new file mode 100644
index 0000000..08dd8fe
--- /dev/null
+++ b/android/arch/core/runtime/maven-metadata.xml.md5
@@ -0,0 +1 @@
+2e7b3d0bd50e685e64c8e36385643a9a
\ No newline at end of file
diff --git a/android/arch/core/runtime/maven-metadata.xml.sha1 b/android/arch/core/runtime/maven-metadata.xml.sha1
new file mode 100644
index 0000000..e119aa6
--- /dev/null
+++ b/android/arch/core/runtime/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+ad43c6c87ee5fe2a4d5db326ab9cc36a1dac5efd
\ No newline at end of file
diff --git a/android/arch/lifecycle/common/1.0.0/common-1.0.0-sources.jar b/android/arch/lifecycle/common/1.0.0/common-1.0.0-sources.jar
new file mode 100644
index 0000000..91c82d1
--- /dev/null
+++ b/android/arch/lifecycle/common/1.0.0/common-1.0.0-sources.jar
Binary files differ
diff --git a/android/arch/lifecycle/common/1.0.0/common-1.0.0-sources.jar.md5 b/android/arch/lifecycle/common/1.0.0/common-1.0.0-sources.jar.md5
new file mode 100644
index 0000000..bb2f881
--- /dev/null
+++ b/android/arch/lifecycle/common/1.0.0/common-1.0.0-sources.jar.md5
@@ -0,0 +1 @@
+4060472184c3a8fd68d839bb786fde2f
\ No newline at end of file
diff --git a/android/arch/lifecycle/common/1.0.0/common-1.0.0-sources.jar.sha1 b/android/arch/lifecycle/common/1.0.0/common-1.0.0-sources.jar.sha1
new file mode 100644
index 0000000..ed26420
--- /dev/null
+++ b/android/arch/lifecycle/common/1.0.0/common-1.0.0-sources.jar.sha1
@@ -0,0 +1 @@
+09143efb114765dc517e36ea0d080e9ffd7101e8
\ No newline at end of file
diff --git a/android/arch/lifecycle/common/1.0.0/common-1.0.0.jar b/android/arch/lifecycle/common/1.0.0/common-1.0.0.jar
new file mode 100644
index 0000000..e90d943
--- /dev/null
+++ b/android/arch/lifecycle/common/1.0.0/common-1.0.0.jar
Binary files differ
diff --git a/android/arch/lifecycle/common/1.0.0/common-1.0.0.jar.md5 b/android/arch/lifecycle/common/1.0.0/common-1.0.0.jar.md5
new file mode 100644
index 0000000..4927e1a
--- /dev/null
+++ b/android/arch/lifecycle/common/1.0.0/common-1.0.0.jar.md5
@@ -0,0 +1 @@
+1c6c9dbc455c9ad9bb6ef21c772756c2
\ No newline at end of file
diff --git a/android/arch/lifecycle/common/1.0.0/common-1.0.0.jar.sha1 b/android/arch/lifecycle/common/1.0.0/common-1.0.0.jar.sha1
new file mode 100644
index 0000000..d33f508
--- /dev/null
+++ b/android/arch/lifecycle/common/1.0.0/common-1.0.0.jar.sha1
@@ -0,0 +1 @@
+e12d6321df997e0d42f6f88b7a595e38810885e4
\ No newline at end of file
diff --git a/android/arch/lifecycle/common/1.0.0/common-1.0.0.pom b/android/arch/lifecycle/common/1.0.0/common-1.0.0.pom
new file mode 100644
index 0000000..b24d071
--- /dev/null
+++ b/android/arch/lifecycle/common/1.0.0/common-1.0.0.pom
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>android.arch.lifecycle</groupId>
+  <artifactId>common</artifactId>
+  <version>1.0.0</version>
+  <name>Android Lifecycle-Common</name>
+  <description>Android Lifecycle-Common</description>
+  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <inceptionYear>2017</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://android.googlesource.com/platform/frameworks/support</connection>
+    <url>http://source.android.com</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-annotations</artifactId>
+      <version>26.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <version>2.7.6</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/android/arch/lifecycle/common/1.0.0/common-1.0.0.pom.md5 b/android/arch/lifecycle/common/1.0.0/common-1.0.0.pom.md5
new file mode 100644
index 0000000..5c34893
--- /dev/null
+++ b/android/arch/lifecycle/common/1.0.0/common-1.0.0.pom.md5
@@ -0,0 +1 @@
+0ac02a972d28da774a2a374d9c505204
\ No newline at end of file
diff --git a/android/arch/lifecycle/common/1.0.0/common-1.0.0.pom.sha1 b/android/arch/lifecycle/common/1.0.0/common-1.0.0.pom.sha1
new file mode 100644
index 0000000..c7ac76a
--- /dev/null
+++ b/android/arch/lifecycle/common/1.0.0/common-1.0.0.pom.sha1
@@ -0,0 +1 @@
+7fb64f42fb505daceb2a3f890811681528681aa4
\ No newline at end of file
diff --git a/android/arch/lifecycle/common/maven-metadata.xml b/android/arch/lifecycle/common/maven-metadata.xml
new file mode 100644
index 0000000..5c7d8b0
--- /dev/null
+++ b/android/arch/lifecycle/common/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>android.arch.lifecycle</groupId>
+  <artifactId>common</artifactId>
+  <versioning>
+    <release>1.0.0</release>
+    <versions>
+      <version>1.0.0</version>
+    </versions>
+    <lastUpdated>20170830191704</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/android/arch/lifecycle/common/maven-metadata.xml.md5 b/android/arch/lifecycle/common/maven-metadata.xml.md5
new file mode 100644
index 0000000..6eef806
--- /dev/null
+++ b/android/arch/lifecycle/common/maven-metadata.xml.md5
@@ -0,0 +1 @@
+de9e24f82522d5d676753302257fde5e
\ No newline at end of file
diff --git a/android/arch/lifecycle/common/maven-metadata.xml.sha1 b/android/arch/lifecycle/common/maven-metadata.xml.sha1
new file mode 100644
index 0000000..f554304
--- /dev/null
+++ b/android/arch/lifecycle/common/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+fa93f0b616ca0f810640319106cf30851607906a
\ No newline at end of file
diff --git a/android/arch/lifecycle/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.jar b/android/arch/lifecycle/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.jar
new file mode 100644
index 0000000..9b323ef
--- /dev/null
+++ b/android/arch/lifecycle/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.jar
Binary files differ
diff --git a/android/arch/lifecycle/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.jar.md5 b/android/arch/lifecycle/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.jar.md5
new file mode 100644
index 0000000..f24859c
--- /dev/null
+++ b/android/arch/lifecycle/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.jar.md5
@@ -0,0 +1 @@
+ca39eeeac757b6759df8aec4b7f5e8c1
\ No newline at end of file
diff --git a/android/arch/lifecycle/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.jar.sha1 b/android/arch/lifecycle/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.jar.sha1
new file mode 100644
index 0000000..f7ecfd7
--- /dev/null
+++ b/android/arch/lifecycle/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.jar.sha1
@@ -0,0 +1 @@
+923661493c90fe17d72eaf822e575b2d5f41deaa
\ No newline at end of file
diff --git a/android/arch/lifecycle/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.pom b/android/arch/lifecycle/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.pom
new file mode 100644
index 0000000..1a14227
--- /dev/null
+++ b/android/arch/lifecycle/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.pom
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>android.arch.lifecycle</groupId>
+  <artifactId>compiler</artifactId>
+  <version>1.0.0-alpha10</version>
+  <dependencies>
+    <dependency>
+      <groupId>android.arch.lifecycle</groupId>
+      <artifactId>common</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.1.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.auto</groupId>
+      <artifactId>auto-common</artifactId>
+      <version>0.6</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.squareup</groupId>
+      <artifactId>javapoet</artifactId>
+      <version>1.8.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.testing.compile</groupId>
+      <artifactId>compile-testing</artifactId>
+      <version>0.11</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.annotation</groupId>
+      <artifactId>javax.annotation-api</artifactId>
+      <version>1.2</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/android/arch/lifecycle/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.pom.md5 b/android/arch/lifecycle/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.pom.md5
new file mode 100644
index 0000000..0c1d509
--- /dev/null
+++ b/android/arch/lifecycle/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.pom.md5
@@ -0,0 +1 @@
+c8c7c26b13d42337678d28dc1d0b61c6
\ No newline at end of file
diff --git a/android/arch/lifecycle/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.pom.sha1 b/android/arch/lifecycle/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.pom.sha1
new file mode 100644
index 0000000..904104a
--- /dev/null
+++ b/android/arch/lifecycle/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.pom.sha1
@@ -0,0 +1 @@
+063e2284a7ff4cde944abf58840ee6c49a1fed90
\ No newline at end of file
diff --git a/android/arch/lifecycle/compiler/maven-metadata.xml b/android/arch/lifecycle/compiler/maven-metadata.xml
new file mode 100644
index 0000000..e823eb5
--- /dev/null
+++ b/android/arch/lifecycle/compiler/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>android.arch.lifecycle</groupId>
+  <artifactId>compiler</artifactId>
+  <versioning>
+    <release>1.0.0-alpha10</release>
+    <versions>
+      <version>1.0.0-alpha10</version>
+    </versions>
+    <lastUpdated>20170830191712</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/android/arch/lifecycle/compiler/maven-metadata.xml.md5 b/android/arch/lifecycle/compiler/maven-metadata.xml.md5
new file mode 100644
index 0000000..448af8e
--- /dev/null
+++ b/android/arch/lifecycle/compiler/maven-metadata.xml.md5
@@ -0,0 +1 @@
+5c55f25c30c153819db0a7fc6f6e336a
\ No newline at end of file
diff --git a/android/arch/lifecycle/compiler/maven-metadata.xml.sha1 b/android/arch/lifecycle/compiler/maven-metadata.xml.sha1
new file mode 100644
index 0000000..d1d2c79
--- /dev/null
+++ b/android/arch/lifecycle/compiler/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+0111f54dc8db7bc1af26b10e4b4953dc4983e65c
\ No newline at end of file
diff --git a/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10-sources.jar b/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10-sources.jar
new file mode 100644
index 0000000..2fbf6e7
--- /dev/null
+++ b/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10-sources.jar
Binary files differ
diff --git a/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10-sources.jar.md5 b/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10-sources.jar.md5
new file mode 100644
index 0000000..3dc7ccb
--- /dev/null
+++ b/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10-sources.jar.md5
@@ -0,0 +1 @@
+cee523ce1a56f627edaf6c74c5c4cb99
\ No newline at end of file
diff --git a/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10-sources.jar.sha1 b/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10-sources.jar.sha1
new file mode 100644
index 0000000..9d8c83c
--- /dev/null
+++ b/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10-sources.jar.sha1
@@ -0,0 +1 @@
+6d9a8b1dd46e3b66cf00cd9d8cfbe7a137aeee3f
\ No newline at end of file
diff --git a/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10.aar b/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10.aar
new file mode 100644
index 0000000..4ac2985
--- /dev/null
+++ b/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10.aar
Binary files differ
diff --git a/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10.aar.md5 b/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10.aar.md5
new file mode 100644
index 0000000..738791d
--- /dev/null
+++ b/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10.aar.md5
@@ -0,0 +1 @@
+38e83f7d251b4707c6e1e1f711fced74
\ No newline at end of file
diff --git a/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10.aar.sha1 b/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10.aar.sha1
new file mode 100644
index 0000000..3165bf4
--- /dev/null
+++ b/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10.aar.sha1
@@ -0,0 +1 @@
+4d6f367ebf412d84e242ee714ffca18569a6450c
\ No newline at end of file
diff --git a/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10.pom b/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10.pom
new file mode 100644
index 0000000..6bb8b81
--- /dev/null
+++ b/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10.pom
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>android.arch.lifecycle</groupId>
+  <artifactId>extensions</artifactId>
+  <version>1.0.0-alpha10</version>
+  <packaging>aar</packaging>
+  <name>Android Lifecycle Extensions</name>
+  <description>Android Lifecycle Extensions</description>
+  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <inceptionYear>2017</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://android.googlesource.com/platform/frameworks/support</connection>
+    <url>http://source.android.com</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>android.arch.lifecycle</groupId>
+      <artifactId>common</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>android.arch.lifecycle</groupId>
+      <artifactId>runtime</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>android.arch.core</groupId>
+      <artifactId>common</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>android.arch.core</groupId>
+      <artifactId>runtime</artifactId>
+      <version>1.0.0-alpha10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-fragment</artifactId>
+      <version>26.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10.pom.md5 b/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10.pom.md5
new file mode 100644
index 0000000..eea2152
--- /dev/null
+++ b/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10.pom.md5
@@ -0,0 +1 @@
+842cb670e3377bb0ee1adf017d9fc470
\ No newline at end of file
diff --git a/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10.pom.sha1 b/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10.pom.sha1
new file mode 100644
index 0000000..da5dd98
--- /dev/null
+++ b/android/arch/lifecycle/extensions/1.0.0-alpha10/extensions-1.0.0-alpha10.pom.sha1
@@ -0,0 +1 @@
+28e0f1726211b76c94a8162f2dae6e01aa88ab58
\ No newline at end of file
diff --git a/android/arch/lifecycle/extensions/maven-metadata.xml b/android/arch/lifecycle/extensions/maven-metadata.xml
new file mode 100644
index 0000000..7c8234d
--- /dev/null
+++ b/android/arch/lifecycle/extensions/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>android.arch.lifecycle</groupId>
+  <artifactId>extensions</artifactId>
+  <versioning>
+    <release>1.0.0-alpha10</release>
+    <versions>
+      <version>1.0.0-alpha10</version>
+    </versions>
+    <lastUpdated>20170830191720</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/android/arch/lifecycle/extensions/maven-metadata.xml.md5 b/android/arch/lifecycle/extensions/maven-metadata.xml.md5
new file mode 100644
index 0000000..d204c40
--- /dev/null
+++ b/android/arch/lifecycle/extensions/maven-metadata.xml.md5
@@ -0,0 +1 @@
+c75b1066648eb42dfff72c4439e15ffb
\ No newline at end of file
diff --git a/android/arch/lifecycle/extensions/maven-metadata.xml.sha1 b/android/arch/lifecycle/extensions/maven-metadata.xml.sha1
new file mode 100644
index 0000000..77d4706
--- /dev/null
+++ b/android/arch/lifecycle/extensions/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+38a15b63e3102c071f76e0fe75ddc0bb843f4be7
\ No newline at end of file
diff --git a/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10-sources.jar b/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10-sources.jar
new file mode 100644
index 0000000..ab7b70e
--- /dev/null
+++ b/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10-sources.jar
Binary files differ
diff --git a/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10-sources.jar.md5 b/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10-sources.jar.md5
new file mode 100644
index 0000000..622f7ab
--- /dev/null
+++ b/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10-sources.jar.md5
@@ -0,0 +1 @@
+b39ba3e0f5ef2689e2a503ac0f1ca77c
\ No newline at end of file
diff --git a/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10-sources.jar.sha1 b/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10-sources.jar.sha1
new file mode 100644
index 0000000..836897f
--- /dev/null
+++ b/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10-sources.jar.sha1
@@ -0,0 +1 @@
+c020ef61f6c4602b0d5016e87c8a82ff27109c25
\ No newline at end of file
diff --git a/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10.aar b/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10.aar
new file mode 100644
index 0000000..ea27175
--- /dev/null
+++ b/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10.aar
Binary files differ
diff --git a/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10.aar.md5 b/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10.aar.md5
new file mode 100644
index 0000000..db9b10d
--- /dev/null
+++ b/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10.aar.md5
@@ -0,0 +1 @@
+3b8449e5e0b15d3efecf60f549c902b5
\ No newline at end of file
diff --git a/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10.aar.sha1 b/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10.aar.sha1
new file mode 100644
index 0000000..e796f6f
--- /dev/null
+++ b/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10.aar.sha1
@@ -0,0 +1 @@
+38046b6f9729fe2169e82d1790a40beccf99a0b6
\ No newline at end of file
diff --git a/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10.pom b/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10.pom
new file mode 100644
index 0000000..8e1d404
--- /dev/null
+++ b/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10.pom
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>android.arch.lifecycle</groupId>
+  <artifactId>reactivestreams</artifactId>
+  <version>1.0.0-alpha10</version>
+  <packaging>aar</packaging>
+  <name>Android Lifecycle Reactivestreams</name>
+  <description>Android Lifecycle Reactivestreams</description>
+  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <inceptionYear>2017</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://android.googlesource.com/platform/frameworks/support</connection>
+    <url>http://source.android.com</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>android.arch.core</groupId>
+      <artifactId>common</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>android.arch.lifecycle</groupId>
+      <artifactId>common</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>android.arch.lifecycle</groupId>
+      <artifactId>extensions</artifactId>
+      <version>1.0.0-alpha10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>android.arch.lifecycle</groupId>
+      <artifactId>runtime</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-annotations</artifactId>
+      <version>26.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.reactivestreams</groupId>
+      <artifactId>reactive-streams</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10.pom.md5 b/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10.pom.md5
new file mode 100644
index 0000000..cb99181
--- /dev/null
+++ b/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10.pom.md5
@@ -0,0 +1 @@
+965ebc1181defe4362184632079fe3c0
\ No newline at end of file
diff --git a/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10.pom.sha1 b/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10.pom.sha1
new file mode 100644
index 0000000..6509b76
--- /dev/null
+++ b/android/arch/lifecycle/reactivestreams/1.0.0-alpha10/reactivestreams-1.0.0-alpha10.pom.sha1
@@ -0,0 +1 @@
+0f70be03499ddc52354cb5e183e09780c822163d
\ No newline at end of file
diff --git a/android/arch/lifecycle/reactivestreams/maven-metadata.xml b/android/arch/lifecycle/reactivestreams/maven-metadata.xml
new file mode 100644
index 0000000..2072f51
--- /dev/null
+++ b/android/arch/lifecycle/reactivestreams/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>android.arch.lifecycle</groupId>
+  <artifactId>reactivestreams</artifactId>
+  <versioning>
+    <release>1.0.0-alpha10</release>
+    <versions>
+      <version>1.0.0-alpha10</version>
+    </versions>
+    <lastUpdated>20170830191720</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/android/arch/lifecycle/reactivestreams/maven-metadata.xml.md5 b/android/arch/lifecycle/reactivestreams/maven-metadata.xml.md5
new file mode 100644
index 0000000..c7d145a
--- /dev/null
+++ b/android/arch/lifecycle/reactivestreams/maven-metadata.xml.md5
@@ -0,0 +1 @@
+e432f97af0d062cf19a50e0a0ace9b92
\ No newline at end of file
diff --git a/android/arch/lifecycle/reactivestreams/maven-metadata.xml.sha1 b/android/arch/lifecycle/reactivestreams/maven-metadata.xml.sha1
new file mode 100644
index 0000000..a5117bc
--- /dev/null
+++ b/android/arch/lifecycle/reactivestreams/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+c52ac939d0abc67f0b67e111deaba17fd0b1f067
\ No newline at end of file
diff --git a/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0-sources.jar b/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0-sources.jar
new file mode 100644
index 0000000..b406797
--- /dev/null
+++ b/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0-sources.jar
Binary files differ
diff --git a/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0-sources.jar.md5 b/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0-sources.jar.md5
new file mode 100644
index 0000000..ca6c69a
--- /dev/null
+++ b/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0-sources.jar.md5
@@ -0,0 +1 @@
+f53f0feb0ad3c5354cba66ec8f8846ab
\ No newline at end of file
diff --git a/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0-sources.jar.sha1 b/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0-sources.jar.sha1
new file mode 100644
index 0000000..bdcd2b7
--- /dev/null
+++ b/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0-sources.jar.sha1
@@ -0,0 +1 @@
+3d8922ad5f18317c3e1c34fae3ea9ae37e459893
\ No newline at end of file
diff --git a/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0.aar b/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0.aar
new file mode 100644
index 0000000..f1cb356
--- /dev/null
+++ b/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0.aar
Binary files differ
diff --git a/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0.aar.md5 b/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0.aar.md5
new file mode 100644
index 0000000..77cdb55
--- /dev/null
+++ b/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0.aar.md5
@@ -0,0 +1 @@
+5c85af084bc5f24d1ab81da2925d4fc7
\ No newline at end of file
diff --git a/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0.aar.sha1 b/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0.aar.sha1
new file mode 100644
index 0000000..b5c69cb
--- /dev/null
+++ b/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0.aar.sha1
@@ -0,0 +1 @@
+f692a4bfc0da25b3a8a1e42bb12481964e739f19
\ No newline at end of file
diff --git a/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0.pom b/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0.pom
new file mode 100644
index 0000000..da5cbe7
--- /dev/null
+++ b/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0.pom
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>android.arch.lifecycle</groupId>
+  <artifactId>runtime</artifactId>
+  <version>1.0.0</version>
+  <packaging>aar</packaging>
+  <name>Android Lifecycle Runtime</name>
+  <description>Android Lifecycle Runtime</description>
+  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <inceptionYear>2017</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://android.googlesource.com/platform/frameworks/support</connection>
+    <url>http://source.android.com</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>android.arch.lifecycle</groupId>
+      <artifactId>common</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>android.arch.core</groupId>
+      <artifactId>common</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-annotations</artifactId>
+      <version>26.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0.pom.md5 b/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0.pom.md5
new file mode 100644
index 0000000..8b1ac1e
--- /dev/null
+++ b/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0.pom.md5
@@ -0,0 +1 @@
+c0f32e3a2b363ec4d5a68c9d0f0eecf4
\ No newline at end of file
diff --git a/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0.pom.sha1 b/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0.pom.sha1
new file mode 100644
index 0000000..2c455a5
--- /dev/null
+++ b/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0.pom.sha1
@@ -0,0 +1 @@
+59007cd1de77aba6d9b7df378402a32cf4f155e3
\ No newline at end of file
diff --git a/android/arch/lifecycle/runtime/maven-metadata.xml b/android/arch/lifecycle/runtime/maven-metadata.xml
new file mode 100644
index 0000000..5805bde
--- /dev/null
+++ b/android/arch/lifecycle/runtime/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>android.arch.lifecycle</groupId>
+  <artifactId>runtime</artifactId>
+  <versioning>
+    <release>1.0.0</release>
+    <versions>
+      <version>1.0.0</version>
+    </versions>
+    <lastUpdated>20170830191716</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/android/arch/lifecycle/runtime/maven-metadata.xml.md5 b/android/arch/lifecycle/runtime/maven-metadata.xml.md5
new file mode 100644
index 0000000..03becc7
--- /dev/null
+++ b/android/arch/lifecycle/runtime/maven-metadata.xml.md5
@@ -0,0 +1 @@
+d8caf341c3863acbb744ee7e2256dadc
\ No newline at end of file
diff --git a/android/arch/lifecycle/runtime/maven-metadata.xml.sha1 b/android/arch/lifecycle/runtime/maven-metadata.xml.sha1
new file mode 100644
index 0000000..6c19890
--- /dev/null
+++ b/android/arch/lifecycle/runtime/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+1973f7aafac2c0d7c40578825e0a67af56d945d8
\ No newline at end of file
diff --git a/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10-sources.jar b/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10-sources.jar
new file mode 100644
index 0000000..9d1102b
--- /dev/null
+++ b/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10-sources.jar
Binary files differ
diff --git a/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10-sources.jar.md5 b/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10-sources.jar.md5
new file mode 100644
index 0000000..d4b4b4b
--- /dev/null
+++ b/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10-sources.jar.md5
@@ -0,0 +1 @@
+5247ba3103c186edb62b5982143ccb02
\ No newline at end of file
diff --git a/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10-sources.jar.sha1 b/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10-sources.jar.sha1
new file mode 100644
index 0000000..6b3a84a
--- /dev/null
+++ b/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10-sources.jar.sha1
@@ -0,0 +1 @@
+7b911074233e7e0b60f5c2a404c3a1f6744559c8
\ No newline at end of file
diff --git a/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10.jar b/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10.jar
new file mode 100644
index 0000000..25ae49d
--- /dev/null
+++ b/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10.jar
Binary files differ
diff --git a/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10.jar.md5 b/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10.jar.md5
new file mode 100644
index 0000000..9902cff
--- /dev/null
+++ b/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10.jar.md5
@@ -0,0 +1 @@
+58011f684c08e123cf991b8cdd543f33
\ No newline at end of file
diff --git a/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10.jar.sha1 b/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10.jar.sha1
new file mode 100644
index 0000000..a52ac1e
--- /dev/null
+++ b/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10.jar.sha1
@@ -0,0 +1 @@
+62da8606da3b72a14121d3eae57763662a26f3ed
\ No newline at end of file
diff --git a/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10.pom b/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10.pom
new file mode 100644
index 0000000..c780176
--- /dev/null
+++ b/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10.pom
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>android.arch.persistence.room</groupId>
+  <artifactId>common</artifactId>
+  <version>1.0.0-alpha10</version>
+  <name>Android Room-Common</name>
+  <description>Android Room-Common</description>
+  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <inceptionYear>2017</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://android.googlesource.com/platform/frameworks/support</connection>
+    <url>http://source.android.com</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-annotations</artifactId>
+      <version>26.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <version>2.7.6</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10.pom.md5 b/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10.pom.md5
new file mode 100644
index 0000000..662d7e8
--- /dev/null
+++ b/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10.pom.md5
@@ -0,0 +1 @@
+fd1c29a1a41e0391e3e0116384f8705a
\ No newline at end of file
diff --git a/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10.pom.sha1 b/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10.pom.sha1
new file mode 100644
index 0000000..51abe73
--- /dev/null
+++ b/android/arch/persistence/room/common/1.0.0-alpha10/common-1.0.0-alpha10.pom.sha1
@@ -0,0 +1 @@
+136bf827a9d8c3437c75034000f82eb182262056
\ No newline at end of file
diff --git a/android/arch/persistence/room/common/maven-metadata.xml b/android/arch/persistence/room/common/maven-metadata.xml
new file mode 100644
index 0000000..13c2281
--- /dev/null
+++ b/android/arch/persistence/room/common/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>android.arch.persistence.room</groupId>
+  <artifactId>common</artifactId>
+  <versioning>
+    <release>1.0.0-alpha10</release>
+    <versions>
+      <version>1.0.0-alpha10</version>
+    </versions>
+    <lastUpdated>20170830191713</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/android/arch/persistence/room/common/maven-metadata.xml.md5 b/android/arch/persistence/room/common/maven-metadata.xml.md5
new file mode 100644
index 0000000..f14df33
--- /dev/null
+++ b/android/arch/persistence/room/common/maven-metadata.xml.md5
@@ -0,0 +1 @@
+1126462df7824c0ca206d8ad3f57710b
\ No newline at end of file
diff --git a/android/arch/persistence/room/common/maven-metadata.xml.sha1 b/android/arch/persistence/room/common/maven-metadata.xml.sha1
new file mode 100644
index 0000000..c271dce
--- /dev/null
+++ b/android/arch/persistence/room/common/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+54dd198f541b32db25170f753ae50ebb5b79dcd5
\ No newline at end of file
diff --git a/android/arch/persistence/room/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.jar b/android/arch/persistence/room/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.jar
new file mode 100644
index 0000000..5928058
--- /dev/null
+++ b/android/arch/persistence/room/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.jar
Binary files differ
diff --git a/android/arch/persistence/room/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.jar.md5 b/android/arch/persistence/room/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.jar.md5
new file mode 100644
index 0000000..ec50e61
--- /dev/null
+++ b/android/arch/persistence/room/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.jar.md5
@@ -0,0 +1 @@
+22259a9930be1c4ef334cd24295f3094
\ No newline at end of file
diff --git a/android/arch/persistence/room/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.jar.sha1 b/android/arch/persistence/room/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.jar.sha1
new file mode 100644
index 0000000..eb585b5
--- /dev/null
+++ b/android/arch/persistence/room/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.jar.sha1
@@ -0,0 +1 @@
+0e55e89f6cef246ce6a031266bc2de078a921d4b
\ No newline at end of file
diff --git a/android/arch/persistence/room/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.pom b/android/arch/persistence/room/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.pom
new file mode 100644
index 0000000..47b92d8
--- /dev/null
+++ b/android/arch/persistence/room/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.pom
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>android.arch.persistence.room</groupId>
+  <artifactId>compiler</artifactId>
+  <version>1.0.0-alpha10</version>
+  <dependencies>
+    <dependency>
+      <groupId>android.arch.persistence.room</groupId>
+      <artifactId>common</artifactId>
+      <version>1.0.0-alpha10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>android.arch.persistence.room</groupId>
+      <artifactId>migration</artifactId>
+      <version>1.0.0-alpha10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.1.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.auto</groupId>
+      <artifactId>auto-common</artifactId>
+      <version>0.6</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.squareup</groupId>
+      <artifactId>javapoet</artifactId>
+      <version>1.8.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4</artifactId>
+      <version>4.5.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.xerial</groupId>
+      <artifactId>sqlite-jdbc</artifactId>
+      <version>3.16.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.testing.compile</groupId>
+      <artifactId>compile-testing</artifactId>
+      <version>0.11</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>android.arch.paging</groupId>
+      <artifactId>common</artifactId>
+      <version>1.0.0-alpha1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.intellij</groupId>
+      <artifactId>annotations</artifactId>
+      <version>12.0</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.annotation</groupId>
+      <artifactId>javax.annotation-api</artifactId>
+      <version>1.2</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <version>2.7.6</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/android/arch/persistence/room/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.pom.md5 b/android/arch/persistence/room/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.pom.md5
new file mode 100644
index 0000000..8ba43db
--- /dev/null
+++ b/android/arch/persistence/room/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.pom.md5
@@ -0,0 +1 @@
+0de8f171a23ddac6f4a07e4047912564
\ No newline at end of file
diff --git a/android/arch/persistence/room/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.pom.sha1 b/android/arch/persistence/room/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.pom.sha1
new file mode 100644
index 0000000..500f0ee
--- /dev/null
+++ b/android/arch/persistence/room/compiler/1.0.0-alpha10/compiler-1.0.0-alpha10.pom.sha1
@@ -0,0 +1 @@
+b31206c1f07c8f216c105a40ca4e4bf797b24b9b
\ No newline at end of file
diff --git a/android/arch/persistence/room/compiler/maven-metadata.xml b/android/arch/persistence/room/compiler/maven-metadata.xml
new file mode 100644
index 0000000..716a623
--- /dev/null
+++ b/android/arch/persistence/room/compiler/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>android.arch.persistence.room</groupId>
+  <artifactId>compiler</artifactId>
+  <versioning>
+    <release>1.0.0-alpha10</release>
+    <versions>
+      <version>1.0.0-alpha10</version>
+    </versions>
+    <lastUpdated>20170830191737</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/android/arch/persistence/room/compiler/maven-metadata.xml.md5 b/android/arch/persistence/room/compiler/maven-metadata.xml.md5
new file mode 100644
index 0000000..e664798
--- /dev/null
+++ b/android/arch/persistence/room/compiler/maven-metadata.xml.md5
@@ -0,0 +1 @@
+e21f0bc0c185c8452c3c8a67a330a1ce
\ No newline at end of file
diff --git a/android/arch/persistence/room/compiler/maven-metadata.xml.sha1 b/android/arch/persistence/room/compiler/maven-metadata.xml.sha1
new file mode 100644
index 0000000..ec64a75
--- /dev/null
+++ b/android/arch/persistence/room/compiler/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+0380adde6f164258c58d48fba3dcc426f7a9686d
\ No newline at end of file
diff --git a/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10-sources.jar b/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10-sources.jar
new file mode 100644
index 0000000..20e5ab2
--- /dev/null
+++ b/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10-sources.jar
Binary files differ
diff --git a/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10-sources.jar.md5 b/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10-sources.jar.md5
new file mode 100644
index 0000000..7a203ca
--- /dev/null
+++ b/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10-sources.jar.md5
@@ -0,0 +1 @@
+a58265f92369f9ee438e029c6a4bd384
\ No newline at end of file
diff --git a/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10-sources.jar.sha1 b/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10-sources.jar.sha1
new file mode 100644
index 0000000..4c027d7
--- /dev/null
+++ b/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10-sources.jar.sha1
@@ -0,0 +1 @@
+8d3e27e790a6e2aa386f775898e3e59342fca413
\ No newline at end of file
diff --git a/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10.aar b/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10.aar
new file mode 100644
index 0000000..0e4785d
--- /dev/null
+++ b/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10.aar
Binary files differ
diff --git a/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10.aar.md5 b/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10.aar.md5
new file mode 100644
index 0000000..97df307
--- /dev/null
+++ b/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10.aar.md5
@@ -0,0 +1 @@
+d99f064a5c42e90722bd48ade5c202ef
\ No newline at end of file
diff --git a/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10.aar.sha1 b/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10.aar.sha1
new file mode 100644
index 0000000..5e3d90b
--- /dev/null
+++ b/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10.aar.sha1
@@ -0,0 +1 @@
+2b3141d4ba6c7023a30ad47212785a9cf85f88b9
\ No newline at end of file
diff --git a/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10.pom b/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10.pom
new file mode 100644
index 0000000..ccdc699
--- /dev/null
+++ b/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10.pom
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>android.arch.persistence.room</groupId>
+  <artifactId>db-impl</artifactId>
+  <version>1.0.0-alpha10</version>
+  <packaging>aar</packaging>
+  <name>Android DB-Impl</name>
+  <description>Android DB-Impl</description>
+  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <inceptionYear>2017</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://android.googlesource.com/platform/frameworks/support</connection>
+    <url>http://source.android.com</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-annotations</artifactId>
+      <version>26.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>android.arch.persistence.room</groupId>
+      <artifactId>db</artifactId>
+      <version>1.0.0-alpha10</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10.pom.md5 b/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10.pom.md5
new file mode 100644
index 0000000..fa37966
--- /dev/null
+++ b/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10.pom.md5
@@ -0,0 +1 @@
+61d54146829f2f05bd905c266452368f
\ No newline at end of file
diff --git a/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10.pom.sha1 b/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10.pom.sha1
new file mode 100644
index 0000000..36dc4b7
--- /dev/null
+++ b/android/arch/persistence/room/db-impl/1.0.0-alpha10/db-impl-1.0.0-alpha10.pom.sha1
@@ -0,0 +1 @@
+28036d448003271d74c191c6f0b3ff406edbae8e
\ No newline at end of file
diff --git a/android/arch/persistence/room/db-impl/maven-metadata.xml b/android/arch/persistence/room/db-impl/maven-metadata.xml
new file mode 100644
index 0000000..222e80c
--- /dev/null
+++ b/android/arch/persistence/room/db-impl/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>android.arch.persistence.room</groupId>
+  <artifactId>db-impl</artifactId>
+  <versioning>
+    <release>1.0.0-alpha10</release>
+    <versions>
+      <version>1.0.0-alpha10</version>
+    </versions>
+    <lastUpdated>20170830191719</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/android/arch/persistence/room/db-impl/maven-metadata.xml.md5 b/android/arch/persistence/room/db-impl/maven-metadata.xml.md5
new file mode 100644
index 0000000..1c1851e
--- /dev/null
+++ b/android/arch/persistence/room/db-impl/maven-metadata.xml.md5
@@ -0,0 +1 @@
+e9a5e7dd0b3697a098919fb5eda746db
\ No newline at end of file
diff --git a/android/arch/persistence/room/db-impl/maven-metadata.xml.sha1 b/android/arch/persistence/room/db-impl/maven-metadata.xml.sha1
new file mode 100644
index 0000000..98f7b37
--- /dev/null
+++ b/android/arch/persistence/room/db-impl/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+b794c5a1891ed2d55a966e7d22ccc74c20bc8ef8
\ No newline at end of file
diff --git a/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10-sources.jar b/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10-sources.jar
new file mode 100644
index 0000000..b7c0a7d
--- /dev/null
+++ b/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10-sources.jar
Binary files differ
diff --git a/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10-sources.jar.md5 b/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10-sources.jar.md5
new file mode 100644
index 0000000..8eeadc2
--- /dev/null
+++ b/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10-sources.jar.md5
@@ -0,0 +1 @@
+924aa7055083de93a0d6b8be5ca7ab25
\ No newline at end of file
diff --git a/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10-sources.jar.sha1 b/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10-sources.jar.sha1
new file mode 100644
index 0000000..964187e
--- /dev/null
+++ b/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10-sources.jar.sha1
@@ -0,0 +1 @@
+e3daf1a169548a92979be396a62050d71d003509
\ No newline at end of file
diff --git a/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10.aar b/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10.aar
new file mode 100644
index 0000000..611752f
--- /dev/null
+++ b/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10.aar
Binary files differ
diff --git a/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10.aar.md5 b/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10.aar.md5
new file mode 100644
index 0000000..a8ea585
--- /dev/null
+++ b/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10.aar.md5
@@ -0,0 +1 @@
+47a3108853df4570f384d70bd4c85bd4
\ No newline at end of file
diff --git a/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10.aar.sha1 b/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10.aar.sha1
new file mode 100644
index 0000000..8fe908e
--- /dev/null
+++ b/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10.aar.sha1
@@ -0,0 +1 @@
+e42f323c50de22ffc40072570b7a4c330f6c488b
\ No newline at end of file
diff --git a/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10.pom b/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10.pom
new file mode 100644
index 0000000..35af2a7
--- /dev/null
+++ b/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10.pom
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>android.arch.persistence.room</groupId>
+  <artifactId>db</artifactId>
+  <version>1.0.0-alpha10</version>
+  <packaging>aar</packaging>
+  <name>Android DB</name>
+  <description>Android DB</description>
+  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <inceptionYear>2017</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://android.googlesource.com/platform/frameworks/support</connection>
+    <url>http://source.android.com</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-annotations</artifactId>
+      <version>26.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10.pom.md5 b/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10.pom.md5
new file mode 100644
index 0000000..9eef02c
--- /dev/null
+++ b/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10.pom.md5
@@ -0,0 +1 @@
+57ada5fb07a84833c38aec564b5c70b5
\ No newline at end of file
diff --git a/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10.pom.sha1 b/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10.pom.sha1
new file mode 100644
index 0000000..2fb1331
--- /dev/null
+++ b/android/arch/persistence/room/db/1.0.0-alpha10/db-1.0.0-alpha10.pom.sha1
@@ -0,0 +1 @@
+8a17f39d2ed294a279b24ca0bb69a8235a08ca3b
\ No newline at end of file
diff --git a/android/arch/persistence/room/db/maven-metadata.xml b/android/arch/persistence/room/db/maven-metadata.xml
new file mode 100644
index 0000000..e5da4fa
--- /dev/null
+++ b/android/arch/persistence/room/db/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>android.arch.persistence.room</groupId>
+  <artifactId>db</artifactId>
+  <versioning>
+    <release>1.0.0-alpha10</release>
+    <versions>
+      <version>1.0.0-alpha10</version>
+    </versions>
+    <lastUpdated>20170830191719</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/android/arch/persistence/room/db/maven-metadata.xml.md5 b/android/arch/persistence/room/db/maven-metadata.xml.md5
new file mode 100644
index 0000000..6b6bb9c
--- /dev/null
+++ b/android/arch/persistence/room/db/maven-metadata.xml.md5
@@ -0,0 +1 @@
+76c91a7ea1a0bcb9592e1ecfe67d95d2
\ No newline at end of file
diff --git a/android/arch/persistence/room/db/maven-metadata.xml.sha1 b/android/arch/persistence/room/db/maven-metadata.xml.sha1
new file mode 100644
index 0000000..fde1b09
--- /dev/null
+++ b/android/arch/persistence/room/db/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+444bfef563105bd8f08c9fc099c2d6911b6a2981
\ No newline at end of file
diff --git a/android/arch/persistence/room/migration/1.0.0-alpha10/migration-1.0.0-alpha10.jar b/android/arch/persistence/room/migration/1.0.0-alpha10/migration-1.0.0-alpha10.jar
new file mode 100644
index 0000000..5a84775
--- /dev/null
+++ b/android/arch/persistence/room/migration/1.0.0-alpha10/migration-1.0.0-alpha10.jar
Binary files differ
diff --git a/android/arch/persistence/room/migration/1.0.0-alpha10/migration-1.0.0-alpha10.jar.md5 b/android/arch/persistence/room/migration/1.0.0-alpha10/migration-1.0.0-alpha10.jar.md5
new file mode 100644
index 0000000..e93095d
--- /dev/null
+++ b/android/arch/persistence/room/migration/1.0.0-alpha10/migration-1.0.0-alpha10.jar.md5
@@ -0,0 +1 @@
+b1c21c7db7fef2485583a6ec8c7338e1
\ No newline at end of file
diff --git a/android/arch/persistence/room/migration/1.0.0-alpha10/migration-1.0.0-alpha10.jar.sha1 b/android/arch/persistence/room/migration/1.0.0-alpha10/migration-1.0.0-alpha10.jar.sha1
new file mode 100644
index 0000000..f7b9378
--- /dev/null
+++ b/android/arch/persistence/room/migration/1.0.0-alpha10/migration-1.0.0-alpha10.jar.sha1
@@ -0,0 +1 @@
+b0007b3f4443926e0aa9e065c1f68dc0cd48fa5e
\ No newline at end of file
diff --git a/android/arch/persistence/room/migration/1.0.0-alpha10/migration-1.0.0-alpha10.pom b/android/arch/persistence/room/migration/1.0.0-alpha10/migration-1.0.0-alpha10.pom
new file mode 100644
index 0000000..cee969f
--- /dev/null
+++ b/android/arch/persistence/room/migration/1.0.0-alpha10/migration-1.0.0-alpha10.pom
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>android.arch.persistence.room</groupId>
+  <artifactId>migration</artifactId>
+  <version>1.0.0-alpha10</version>
+  <name>Android Room Migration</name>
+  <description>Android Room Migration</description>
+  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <inceptionYear>2017</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://android.googlesource.com/platform/frameworks/support</connection>
+    <url>http://source.android.com</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>android.arch.persistence.room</groupId>
+      <artifactId>common</artifactId>
+      <version>1.0.0-alpha10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.1.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.code.gson</groupId>
+      <artifactId>gson</artifactId>
+      <version>2.8.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.intellij</groupId>
+      <artifactId>annotations</artifactId>
+      <version>12.0</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <version>2.7.6</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/android/arch/persistence/room/migration/1.0.0-alpha10/migration-1.0.0-alpha10.pom.md5 b/android/arch/persistence/room/migration/1.0.0-alpha10/migration-1.0.0-alpha10.pom.md5
new file mode 100644
index 0000000..0f1b515
--- /dev/null
+++ b/android/arch/persistence/room/migration/1.0.0-alpha10/migration-1.0.0-alpha10.pom.md5
@@ -0,0 +1 @@
+74234a9fa53357367ba1bd5addc59a26
\ No newline at end of file
diff --git a/android/arch/persistence/room/migration/1.0.0-alpha10/migration-1.0.0-alpha10.pom.sha1 b/android/arch/persistence/room/migration/1.0.0-alpha10/migration-1.0.0-alpha10.pom.sha1
new file mode 100644
index 0000000..5e31f26
--- /dev/null
+++ b/android/arch/persistence/room/migration/1.0.0-alpha10/migration-1.0.0-alpha10.pom.sha1
@@ -0,0 +1 @@
+b53d1e5ab34beb3319c447ffb645ad7cf22f1f34
\ No newline at end of file
diff --git a/android/arch/persistence/room/migration/maven-metadata.xml b/android/arch/persistence/room/migration/maven-metadata.xml
new file mode 100644
index 0000000..67e6a22
--- /dev/null
+++ b/android/arch/persistence/room/migration/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>android.arch.persistence.room</groupId>
+  <artifactId>migration</artifactId>
+  <versioning>
+    <release>1.0.0-alpha10</release>
+    <versions>
+      <version>1.0.0-alpha10</version>
+    </versions>
+    <lastUpdated>20170830191717</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/android/arch/persistence/room/migration/maven-metadata.xml.md5 b/android/arch/persistence/room/migration/maven-metadata.xml.md5
new file mode 100644
index 0000000..c0f6521
--- /dev/null
+++ b/android/arch/persistence/room/migration/maven-metadata.xml.md5
@@ -0,0 +1 @@
+5a06c135b79c1eaf7cc6e75bb3a4ad60
\ No newline at end of file
diff --git a/android/arch/persistence/room/migration/maven-metadata.xml.sha1 b/android/arch/persistence/room/migration/maven-metadata.xml.sha1
new file mode 100644
index 0000000..25fd96b
--- /dev/null
+++ b/android/arch/persistence/room/migration/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+d0076a4ecf44fccac416f1af0439bcb29e903767
\ No newline at end of file
diff --git a/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10-sources.jar b/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10-sources.jar
new file mode 100644
index 0000000..9b862e6
--- /dev/null
+++ b/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10-sources.jar
Binary files differ
diff --git a/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10-sources.jar.md5 b/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10-sources.jar.md5
new file mode 100644
index 0000000..ec316ac
--- /dev/null
+++ b/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10-sources.jar.md5
@@ -0,0 +1 @@
+7e7d424817fad417b7b0d5235c321104
\ No newline at end of file
diff --git a/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10-sources.jar.sha1 b/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10-sources.jar.sha1
new file mode 100644
index 0000000..8d511f5
--- /dev/null
+++ b/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10-sources.jar.sha1
@@ -0,0 +1 @@
+62894b02f3afb68505d32e8dd8ac382ef004d2de
\ No newline at end of file
diff --git a/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.aar b/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.aar
new file mode 100644
index 0000000..b4f8fcb
--- /dev/null
+++ b/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.aar
Binary files differ
diff --git a/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.aar.md5 b/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.aar.md5
new file mode 100644
index 0000000..6b7f831
--- /dev/null
+++ b/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.aar.md5
@@ -0,0 +1 @@
+763c7ac970f4ce7fdaf65210ef269c8c
\ No newline at end of file
diff --git a/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.aar.sha1 b/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.aar.sha1
new file mode 100644
index 0000000..5a5f35b
--- /dev/null
+++ b/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.aar.sha1
@@ -0,0 +1 @@
+759c68bf44816cc545e616358d848a3f229326e9
\ No newline at end of file
diff --git a/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.pom b/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.pom
new file mode 100644
index 0000000..d2b05f3
--- /dev/null
+++ b/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.pom
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>android.arch.persistence.room</groupId>
+  <artifactId>runtime</artifactId>
+  <version>1.0.0-alpha10</version>
+  <packaging>aar</packaging>
+  <name>Android Room-Runtime</name>
+  <description>Android Room-Runtime</description>
+  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <inceptionYear>2017</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://android.googlesource.com/platform/frameworks/support</connection>
+    <url>http://source.android.com</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>android.arch.persistence.room</groupId>
+      <artifactId>common</artifactId>
+      <version>1.0.0-alpha10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>android.arch.persistence.room</groupId>
+      <artifactId>db</artifactId>
+      <version>1.0.0-alpha10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>android.arch.persistence.room</groupId>
+      <artifactId>db-impl</artifactId>
+      <version>1.0.0-alpha10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>android.arch.core</groupId>
+      <artifactId>runtime</artifactId>
+      <version>1.0.0-alpha10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-core-utils</artifactId>
+      <version>26.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.pom.md5 b/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.pom.md5
new file mode 100644
index 0000000..b490bb2
--- /dev/null
+++ b/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.pom.md5
@@ -0,0 +1 @@
+02396c6ebc65a8cd6e87c3c172eaca8e
\ No newline at end of file
diff --git a/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.pom.sha1 b/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.pom.sha1
new file mode 100644
index 0000000..25766c6
--- /dev/null
+++ b/android/arch/persistence/room/runtime/1.0.0-alpha10/runtime-1.0.0-alpha10.pom.sha1
@@ -0,0 +1 @@
+210bed162f55ae6370d1e0932ea11f38cfa98857
\ No newline at end of file
diff --git a/android/arch/persistence/room/runtime/maven-metadata.xml b/android/arch/persistence/room/runtime/maven-metadata.xml
new file mode 100644
index 0000000..db1d11c
--- /dev/null
+++ b/android/arch/persistence/room/runtime/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>android.arch.persistence.room</groupId>
+  <artifactId>runtime</artifactId>
+  <versioning>
+    <release>1.0.0-alpha10</release>
+    <versions>
+      <version>1.0.0-alpha10</version>
+    </versions>
+    <lastUpdated>20170830191738</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/android/arch/persistence/room/runtime/maven-metadata.xml.md5 b/android/arch/persistence/room/runtime/maven-metadata.xml.md5
new file mode 100644
index 0000000..952dfc9
--- /dev/null
+++ b/android/arch/persistence/room/runtime/maven-metadata.xml.md5
@@ -0,0 +1 @@
+07ee75ab36d29e1b700bce5cd27f99d5
\ No newline at end of file
diff --git a/android/arch/persistence/room/runtime/maven-metadata.xml.sha1 b/android/arch/persistence/room/runtime/maven-metadata.xml.sha1
new file mode 100644
index 0000000..3a18beb
--- /dev/null
+++ b/android/arch/persistence/room/runtime/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+c2822373a94278dad9509eae34d17edf024e69a7
\ No newline at end of file
diff --git a/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10-sources.jar b/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10-sources.jar
new file mode 100644
index 0000000..07f2cdf
--- /dev/null
+++ b/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10-sources.jar
Binary files differ
diff --git a/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10-sources.jar.md5 b/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10-sources.jar.md5
new file mode 100644
index 0000000..c002c81
--- /dev/null
+++ b/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10-sources.jar.md5
@@ -0,0 +1 @@
+f0d642ee8cc98ea6fe708a8cc9023a9b
\ No newline at end of file
diff --git a/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10-sources.jar.sha1 b/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10-sources.jar.sha1
new file mode 100644
index 0000000..439d7bf
--- /dev/null
+++ b/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10-sources.jar.sha1
@@ -0,0 +1 @@
+d355491308dbf7d48af22e28f08902aba9085a4e
\ No newline at end of file
diff --git a/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10.aar b/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10.aar
new file mode 100644
index 0000000..4474646
--- /dev/null
+++ b/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10.aar
Binary files differ
diff --git a/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10.aar.md5 b/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10.aar.md5
new file mode 100644
index 0000000..c283c62
--- /dev/null
+++ b/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10.aar.md5
@@ -0,0 +1 @@
+3329141fde92a8441225c04d100b9826
\ No newline at end of file
diff --git a/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10.aar.sha1 b/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10.aar.sha1
new file mode 100644
index 0000000..7f1814b
--- /dev/null
+++ b/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10.aar.sha1
@@ -0,0 +1 @@
+8f01063a0aa5f5e251889d3cc0603c446197f6e5
\ No newline at end of file
diff --git a/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10.pom b/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10.pom
new file mode 100644
index 0000000..e2fd29e
--- /dev/null
+++ b/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10.pom
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>android.arch.persistence.room</groupId>
+  <artifactId>rxjava2</artifactId>
+  <version>1.0.0-alpha10</version>
+  <packaging>aar</packaging>
+  <name>Android Room RXJava2</name>
+  <description>Android Room RXJava2</description>
+  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <inceptionYear>2017</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://android.googlesource.com/platform/frameworks/support</connection>
+    <url>http://source.android.com</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>android.arch.persistence.room</groupId>
+      <artifactId>common</artifactId>
+      <version>1.0.0-alpha10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>android.arch.persistence.room</groupId>
+      <artifactId>runtime</artifactId>
+      <version>1.0.0-alpha10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>android.arch.core</groupId>
+      <artifactId>runtime</artifactId>
+      <version>1.0.0-alpha10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-core-utils</artifactId>
+      <version>26.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>io.reactivex.rxjava2</groupId>
+      <artifactId>rxjava</artifactId>
+      <version>2.0.6</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10.pom.md5 b/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10.pom.md5
new file mode 100644
index 0000000..a63a38f
--- /dev/null
+++ b/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10.pom.md5
@@ -0,0 +1 @@
+37c5a1a21892d4d3ce380c6e7360548c
\ No newline at end of file
diff --git a/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10.pom.sha1 b/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10.pom.sha1
new file mode 100644
index 0000000..31d656a
--- /dev/null
+++ b/android/arch/persistence/room/rxjava2/1.0.0-alpha10/rxjava2-1.0.0-alpha10.pom.sha1
@@ -0,0 +1 @@
+6558d9387321e7f77a2b5ffa7210f4349291ec3f
\ No newline at end of file
diff --git a/android/arch/persistence/room/rxjava2/maven-metadata.xml b/android/arch/persistence/room/rxjava2/maven-metadata.xml
new file mode 100644
index 0000000..4032289
--- /dev/null
+++ b/android/arch/persistence/room/rxjava2/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>android.arch.persistence.room</groupId>
+  <artifactId>rxjava2</artifactId>
+  <versioning>
+    <release>1.0.0-alpha10</release>
+    <versions>
+      <version>1.0.0-alpha10</version>
+    </versions>
+    <lastUpdated>20170830191816</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/android/arch/persistence/room/rxjava2/maven-metadata.xml.md5 b/android/arch/persistence/room/rxjava2/maven-metadata.xml.md5
new file mode 100644
index 0000000..df8f8cd
--- /dev/null
+++ b/android/arch/persistence/room/rxjava2/maven-metadata.xml.md5
@@ -0,0 +1 @@
+6ef06e8d8b3e2cdcffce8e6d43fc19d9
\ No newline at end of file
diff --git a/android/arch/persistence/room/rxjava2/maven-metadata.xml.sha1 b/android/arch/persistence/room/rxjava2/maven-metadata.xml.sha1
new file mode 100644
index 0000000..52287a3
--- /dev/null
+++ b/android/arch/persistence/room/rxjava2/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+c02548960bf730f5ef68d6dd15a7b75e0796fdc6
\ No newline at end of file
diff --git a/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10-sources.jar b/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10-sources.jar
new file mode 100644
index 0000000..1660fec
--- /dev/null
+++ b/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10-sources.jar
Binary files differ
diff --git a/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10-sources.jar.md5 b/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10-sources.jar.md5
new file mode 100644
index 0000000..f1718a9
--- /dev/null
+++ b/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10-sources.jar.md5
@@ -0,0 +1 @@
+a55a385cb0f061a09ceaec4be30945bb
\ No newline at end of file
diff --git a/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10-sources.jar.sha1 b/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10-sources.jar.sha1
new file mode 100644
index 0000000..174c16e
--- /dev/null
+++ b/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10-sources.jar.sha1
@@ -0,0 +1 @@
+8527f65403ebc91556a109c0f36587a7636fc220
\ No newline at end of file
diff --git a/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10.aar b/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10.aar
new file mode 100644
index 0000000..f7cf726
--- /dev/null
+++ b/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10.aar
Binary files differ
diff --git a/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10.aar.md5 b/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10.aar.md5
new file mode 100644
index 0000000..6adc8af
--- /dev/null
+++ b/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10.aar.md5
@@ -0,0 +1 @@
+b0e54161eb41faaeff86d9a34b613ca8
\ No newline at end of file
diff --git a/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10.aar.sha1 b/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10.aar.sha1
new file mode 100644
index 0000000..70ebf5f
--- /dev/null
+++ b/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10.aar.sha1
@@ -0,0 +1 @@
+6643b8bd37d56b09bc99a11f7d2444b7eb6d99e7
\ No newline at end of file
diff --git a/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10.pom b/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10.pom
new file mode 100644
index 0000000..861d810
--- /dev/null
+++ b/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10.pom
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>android.arch.persistence.room</groupId>
+  <artifactId>testing</artifactId>
+  <version>1.0.0-alpha10</version>
+  <packaging>aar</packaging>
+  <name>Android Room Testimg</name>
+  <description>Android Room Testing</description>
+  <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
+  <inceptionYear>2017</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://android.googlesource.com/platform/frameworks/support</connection>
+    <url>http://source.android.com</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>android.arch.persistence.room</groupId>
+      <artifactId>common</artifactId>
+      <version>1.0.0-alpha10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>android.arch.persistence.room</groupId>
+      <artifactId>runtime</artifactId>
+      <version>1.0.0-alpha10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>android.arch.persistence.room</groupId>
+      <artifactId>db</artifactId>
+      <version>1.0.0-alpha10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>android.arch.persistence.room</groupId>
+      <artifactId>db-impl</artifactId>
+      <version>1.0.0-alpha10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>android.arch.persistence.room</groupId>
+      <artifactId>migration</artifactId>
+      <version>1.0.0-alpha10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>android.arch.core</groupId>
+      <artifactId>runtime</artifactId>
+      <version>1.0.0-alpha10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-core-utils</artifactId>
+      <version>26.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10.pom.md5 b/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10.pom.md5
new file mode 100644
index 0000000..85539a7
--- /dev/null
+++ b/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10.pom.md5
@@ -0,0 +1 @@
+2f7871dcd6f5edef3a918da893fc5a3a
\ No newline at end of file
diff --git a/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10.pom.sha1 b/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10.pom.sha1
new file mode 100644
index 0000000..d7421bd
--- /dev/null
+++ b/android/arch/persistence/room/testing/1.0.0-alpha10/testing-1.0.0-alpha10.pom.sha1
@@ -0,0 +1 @@
+c8790df9e3221247c838bb8293f2043c98031f9e
\ No newline at end of file
diff --git a/android/arch/persistence/room/testing/maven-metadata.xml b/android/arch/persistence/room/testing/maven-metadata.xml
new file mode 100644
index 0000000..b922ee2
--- /dev/null
+++ b/android/arch/persistence/room/testing/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>android.arch.persistence.room</groupId>
+  <artifactId>testing</artifactId>
+  <versioning>
+    <release>1.0.0-alpha10</release>
+    <versions>
+      <version>1.0.0-alpha10</version>
+    </versions>
+    <lastUpdated>20170830191816</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/android/arch/persistence/room/testing/maven-metadata.xml.md5 b/android/arch/persistence/room/testing/maven-metadata.xml.md5
new file mode 100644
index 0000000..69d0bff
--- /dev/null
+++ b/android/arch/persistence/room/testing/maven-metadata.xml.md5
@@ -0,0 +1 @@
+bb4da7b3a2fbcc131f288f53e4148154
\ No newline at end of file
diff --git a/android/arch/persistence/room/testing/maven-metadata.xml.sha1 b/android/arch/persistence/room/testing/maven-metadata.xml.sha1
new file mode 100644
index 0000000..2efdae3
--- /dev/null
+++ b/android/arch/persistence/room/testing/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+5116d77354cd80002685ff791a5955b9086fbe14
\ No newline at end of file