18a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk/*
28a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk * Copyright (C) 2017 The Android Open Source Project
38a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk *
48a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk * Licensed under the Apache License, Version 2.0 (the "License");
58a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk * you may not use this file except in compliance with the License.
68a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk * You may obtain a copy of the License at
78a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk *
88a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk *      http://www.apache.org/licenses/LICENSE-2.0
98a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk *
108a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk * Unless required by applicable law or agreed to in writing, software
118a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk * distributed under the License is distributed on an "AS IS" BASIS,
128a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
138a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk * See the License for the specific language governing permissions and
148a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk * limitations under the License.
158a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk */
168a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk
17526389b5eb93f99eaf4dba0b0c75b0b7df9a0f65Aurimas Liutikasimport static androidx.build.dependencies.DependenciesKt.*
18cdcbdb02985e169d7c268a657d3d24d65b05ec02Aurimas Liutikas
1943f694a278917f1a151b7405e901eebaf053e8f4Aurimas Liutikasplugins {
2043f694a278917f1a151b7405e901eebaf053e8f4Aurimas Liutikas    id("SupportAndroidTestAppPlugin")
2143f694a278917f1a151b7405e901eebaf053e8f4Aurimas Liutikas}
228a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk
238a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monkdependencies {
244d33d5f7fff0f143bcb6f4f3849b264c8a56ff89Aurimas Liutikas    implementation(project(":slice-view"))
254d33d5f7fff0f143bcb6f4f3849b264c8a56ff89Aurimas Liutikas    implementation(project(":slice-builders"))
264d33d5f7fff0f143bcb6f4f3849b264c8a56ff89Aurimas Liutikas    implementation(project(":slice-core"))
270a1e29ff2cc122857a300b8320de6d393269d68bAlan Viverette    implementation(project(":transition"))
28ac5fe7c617c66850fff75a9fce9979c6e5674b0fAurimas Liutikas    implementation(project(":recyclerview"))
29ac5fe7c617c66850fff75a9fce9979c6e5674b0fAurimas Liutikas    implementation(project(":appcompat"))
30ac5fe7c617c66850fff75a9fce9979c6e5674b0fAurimas Liutikas    implementation(project(":cardview"))
31ac5fe7c617c66850fff75a9fce9979c6e5674b0fAurimas Liutikas    api(ARCH_LIFECYCLE_EXTENSIONS, libs.exclude_annotations_transitive = {
32ac5fe7c617c66850fff75a9fce9979c6e5674b0fAurimas Liutikas        exclude group: 'androidx.annotation'
33ac5fe7c617c66850fff75a9fce9979c6e5674b0fAurimas Liutikas        exclude group: 'androidx.fragment'
34ac5fe7c617c66850fff75a9fce9979c6e5674b0fAurimas Liutikas        transitive = true
35ac5fe7c617c66850fff75a9fce9979c6e5674b0fAurimas Liutikas    })
368a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk}
378a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk
388a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monkandroid {
398a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk    defaultConfig {
408a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk        applicationId "com.example.androidx.slice.demos"
418a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk    }
4243f694a278917f1a151b7405e901eebaf053e8f4Aurimas Liutikas}
438a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk
4443f694a278917f1a151b7405e901eebaf053e8f4Aurimas LiutikassupportTestApp {
458244917825e982fb41258adf063e26184c72e99cJason Monk    minSdkVersion = 19
468a452e96e2308fe9515aa91b8e5b369eeefc25e7Jason Monk}
47