Add SwipeDismissFrameLayout to support-wearable

Test: added in this CL

Change-Id: I62cea433f15bac8ee7f595cc4d4f11a0074f401c
diff --git a/wearable/build.gradle b/wearable/build.gradle
index 627f4ca..74b4c89 100644
--- a/wearable/build.gradle
+++ b/wearable/build.gradle
@@ -4,6 +4,7 @@
 dependencies {
     compile project(':support-annotations')
     compile project(':support-core-ui')
+    compile project(':support-recyclerview-v7')
 
     androidTestCompile (libs.test_runner) {
         exclude module: 'support-annotations'
@@ -15,7 +16,7 @@
 
 android {
     defaultConfig {
-        minSdkVersion 20
+        minSdkVersion 23
     }
 
     sourceSets {