-
Notifications
You must be signed in to change notification settings - Fork 335
Expand file tree
/
Copy pathsettings.gradle
More file actions
46 lines (43 loc) · 1.65 KB
/
settings.gradle
File metadata and controls
46 lines (43 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
// This file is auto-generated from tools/release/validation_and_propagate_versions.sh
// DO NOT MODIFY locally
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
mavenLocal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
mavenLocal()
}
versionCatalogs {
libs {
library('core', 'androidx.test:core:1.7.0')
library('runner', 'androidx.test:runner:1.7.0')
library('ext.junit', 'androidx.test.ext:junit:1.3.0')
library('ext.truth', 'androidx.test.ext:truth:1.7.0')
library('espresso.accessibility', 'androidx.test.espresso:espresso-accessibility:3.7.0')
library('espresso.contrib', 'androidx.test.espresso:espresso-contrib:3.7.0')
library('espresso.core', 'androidx.test.espresso:espresso-core:3.7.0')
library('espresso.device', 'androidx.test.espresso:espresso-device:1.1.0')
library('espresso.idlingresource', 'androidx.test.espresso:espresso-idling-resource:3.7.0')
library('espresso.intents', 'androidx.test.espresso:espresso-intents:3.7.0')
library('espresso.web', 'androidx.test.espresso:espresso-web:3.7.0')
library('orchestrator', 'androidx.test:orchestrator:1.6.0')
}
}
}
rootProject.name = "Gradle Tests"
include ':runner'
include ':espresso'
include ':espresso:accessibility'
include ':espresso:contrib'
include ':espresso:device'
include ':espresso:idling_resource'
include ':espresso:web'
include ':orchestrator'