@@ -8,13 +8,15 @@ androidx-activity = "1.7.2"
8
8
androidx-appcompat = " 1.6.1"
9
9
androidx-arch-core = " 2.2.0"
10
10
androidx-benchmark = " 1.3.4"
11
+ androidx-benchmark-macro = " 1.3.4"
11
12
androidx-constraintlayout = " 2.1.4"
12
13
androidx-core = " 1.10.1"
13
14
androidx-datastore = " 1.0.0"
14
15
androidx-espresso = " 3.5.1"
15
16
androidx-fragment = " 1.6.0"
16
17
androidx-lifecycle = " 2.6.1"
17
18
androidx-navigation = " 2.6.0"
19
+ androidx-profilerinstaller = " 1.4.1"
18
20
androidx-recyclerview = " 1.3.2"
19
21
androidx-room = " 2.5.2"
20
22
androidx-sqlite = " 2.3.1"
@@ -29,9 +31,10 @@ kotlin-stdlib = "1.9.22"
29
31
kotlin-test = " 1.9.22"
30
32
kotlinx-coroutines = " 1.8.1"
31
33
logback-android = " 3.0.0"
34
+ material = " 1.9.0"
32
35
opencds-cqf-fhir = " 3.8.0"
33
36
truth = " 1.1.5"
34
- material = " 1.9 .0"
37
+ uiautomator = " 2.3 .0"
35
38
36
39
[libraries ]
37
40
android-fhir-common = { module = " com.google.android.fhir:common" , version.ref = " android-fhir-common" }
@@ -41,6 +44,7 @@ androidx-activity = { module = "androidx.activity:activity", version.ref = "andr
41
44
androidx-appcompat = { module = " androidx.appcompat:appcompat" , version.ref = " androidx-appcompat" }
42
45
androidx-arch-core-testing = { module = " androidx.arch.core:core-testing" , version.ref = " androidx-arch-core" }
43
46
androidx-benchmark-junit4 = { module = " androidx.benchmark:benchmark-junit4" , version.ref = " androidx-benchmark" }
47
+ androidx-benchmark-macro-junit4 = { module = " androidx.benchmark:benchmark-macro-junit4" , version.ref = " androidx-benchmark-macro" }
44
48
androidx-constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version.ref = " androidx-constraintlayout" }
45
49
androidx-core = { module = " androidx.core:core-ktx" , version.ref = " androidx-core" }
46
50
androidx-datastore-preferences = { module = " androidx.datastore:datastore-preferences" , version.ref = " androidx-datastore" }
@@ -51,6 +55,7 @@ androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime",
51
55
androidx-lifecycle-viewmodel = { module = " androidx.lifecycle:lifecycle-viewmodel-ktx" , version.ref = " androidx-lifecycle" }
52
56
androidx-navigation-fragment = { module = " androidx.navigation:navigation-fragment-ktx" , version.ref = " androidx-navigation" }
53
57
androidx-navigation-ui = { module = " androidx.navigation:navigation-ui-ktx" , version.ref = " androidx-navigation" }
58
+ androidx-profileinstaller = { module = " androidx.profileinstaller:profileinstaller" , version.ref = " androidx-profilerinstaller" }
54
59
androidx-recyclerview = { module = " androidx.recyclerview:recyclerview" , version.ref = " androidx-recyclerview" }
55
60
androidx-room-compiler = { module = " androidx.room:room-compiler" , version.ref = " androidx-room" }
56
61
androidx-room-room = { module = " androidx.room:room-ktx" , version.ref = " androidx-room" }
@@ -64,6 +69,7 @@ androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "a
64
69
androidx-test-ext-junit-ktx = { module = " androidx.test.ext:junit-ktx" , version.ref = " androidx-test-ext-junit" }
65
70
androidx-test-rules = { module = " androidx.test:rules" , version.ref = " androidx-test-rules" }
66
71
androidx-test-runner = { module = " androidx.test:runner" , version.ref = " androidx-test-runner" }
72
+ androidx-uiautomator = { module = " androidx.test.uiautomator:uiautomator" , version.ref = " uiautomator" }
67
73
androidx-work-runtime = { module = " androidx.work:work-runtime-ktx" , version.ref = " androidx-work" }
68
74
androidx-work-testing = { module = " androidx.work:work-testing" , version.ref = " androidx-work" }
69
75
glide = { module = " com.github.bumptech.glide:glide" , version.ref = " glide" }
@@ -75,11 +81,11 @@ kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-c
75
81
kotlinx-coroutines-playservices = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-play-services" , version.ref = " kotlinx-coroutines" }
76
82
kotlinx-coroutines-test = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-test" , version.ref = " kotlinx-coroutines" }
77
83
logback-android = { module = " com.github.tony19:logback-android" , version.ref = " logback-android" }
84
+ material = { group = " com.google.android.material" , name = " material" , version.ref = " material" }
78
85
opencds-cqf-fhir-cr = { module = " org.opencds.cqf.fhir:cqf-fhir-cr" , version.ref = " opencds-cqf-fhir" }
79
86
opencds-cqf-fhir-jackson = { module = " org.opencds.cqf.fhir:cqf-fhir-jackson" , version.ref = " opencds-cqf-fhir" }
80
87
opencds-cqf-fhir-utility = { module = " org.opencds.cqf.fhir:cqf-fhir-utility" , version.ref = " opencds-cqf-fhir" }
81
88
truth = { module = " com.google.truth:truth" , version.ref = " truth" }
82
- material = { group = " com.google.android.material" , name = " material" , version.ref = " material" }
83
89
84
90
[bundles ]
85
91
0 commit comments