[go: nahoru, domu]

blob: 20e7b60e7e41c77358f6491517880e9e528d400c [file] [log] [blame]
Yigit Boyarbe6fc8b2018-08-15 17:00:31 -07001/*
2 * Copyright (C) 2018 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
Yigit Boyarbe6fc8b2018-08-15 17:00:31 -070017plugins {
Aurimas Liutikascdb9f9f2019-04-08 12:07:49 +010018 id("AndroidXPlugin")
19 id("com.android.library")
Yigit Boyarbe6fc8b2018-08-15 17:00:31 -070020}
21
22dependencies {
Aurimas Liutikas00442962021-06-01 17:18:09 -070023 testImplementation(libs.junit)
24 androidTestImplementation(libs.testExtJunit)
25 androidTestImplementation(libs.testCore)
26 androidTestImplementation(libs.testRunner)
27 androidTestImplementation(libs.testRules)
Yigit Boyarbe6fc8b2018-08-15 17:00:31 -070028}
29
Aurimas Liutikas2ad31612019-04-01 04:23:03 -070030androidx {
Yigit Boyarbe6fc8b2018-08-15 17:00:31 -070031 name = "Dummy Project for test runner"
Jim Sproch9e38b4f2021-01-06 14:21:06 -080032}
Aurimas Liutikasdcfa0352022-03-14 16:05:33 -070033
34android {
35 namespace "androidx.testinfra.placeholderintegrationtest"
36}