@@ -9,6 +9,7 @@ targetSdk = "30"
9
9
androidx-activity = " 1.3.0"
10
10
androidx-appcompat = " 1.3.1"
11
11
androidx-benchmark = " 1.1.0-rc03"
12
+ androidx-cardview = " 1.0.0"
12
13
androidx-compose = " 1.1.0-rc01"
13
14
androidx-compose-compiler = " 1.1.0-rc02"
14
15
androidx-constraintlayout = " 2.1.2"
@@ -108,15 +109,22 @@ androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref
108
109
109
110
androidx-appcompat = { module = " androidx.appcompat:appcompat" , version.ref = " androidx-appcompat" }
110
111
111
- androidx-macro-benchmark = { module = " androidx.benchmark:benchmark-macro-junit4 " , version.ref = " androidx-benchmark " }
112
+ androidx-cardview = { module = " androidx.cardview:cardview " , version.ref = " androidx-cardview " }
112
113
113
114
androidx-compose-foundation = { module = " androidx.compose.foundation:foundation" , version.ref = " androidx-compose" }
115
+ androidx-compose-foundation-layout = { module = " androidx.compose.foundation:foundation-layout" , version.ref = " androidx-compose" }
114
116
115
117
androidx-compose-material = { module = " androidx.compose.material:material" , version.ref = " androidx-compose" }
116
118
119
+ androidx-compose-runtime = { module = " androidx.compose.runtime:runtime" , version.ref = " androidx-compose" }
120
+ androidx-compose-runtime-saveable = { module = " androidx.compose.runtime:runtime-saveable" , version.ref = " androidx-compose" }
121
+
117
122
androidx-compose-ui = { module = " androidx.compose.ui:ui" , version.ref = " androidx-compose" }
123
+ androidx-compose-ui-geometry = { module = " androidx.compose.ui:ui-geometry" , version.ref = " androidx-compose" }
124
+ androidx-compose-ui-graphics = { module = " androidx.compose.ui:ui-graphics" , version.ref = " androidx-compose" }
118
125
androidx-compose-ui-test-junit4 = { module = " androidx.compose.ui:ui-test-junit4" , version.ref = " androidx-compose" }
119
126
androidx-compose-ui-tooling = { module = " androidx.compose.ui:ui-tooling" , version.ref = " androidx-compose" }
127
+ androidx-compose-ui-tooling-preview = { module = " androidx.compose.ui:ui-tooling-preview" , version.ref = " androidx-compose" }
120
128
121
129
androidx-constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version.ref = " androidx-constraintlayout" }
122
130
@@ -127,12 +135,16 @@ androidx-fragment-ktx = { module = "androidx.fragment:fragment-ktx", version.ref
127
135
128
136
androidx-gridlayout = { module = " androidx.gridlayout:gridlayout" , version.ref = " androidx-gridlayout" }
129
137
138
+ androidx-lifecycle-common = { module = " androidx.lifecycle:lifecycle-common" , version.ref = " androidx-lifecycle" }
139
+ androidx-lifecycle-core = { module = " androidx.lifecycle:lifecycle-runtime" , version.ref = " androidx-lifecycle" }
130
140
androidx-lifecycle-ktx = { module = " androidx.lifecycle:lifecycle-runtime-ktx" , version.ref = " androidx-lifecycle" }
131
141
androidx-lifecycle-testing = { module = " androidx.lifecycle:lifecycle-runtime-testing" , version.ref = " androidx-lifecycle" }
132
142
androidx-lifecycle-viewmodel-core = { module = " androidx.lifecycle:lifecycle-viewmodel" , version.ref = " androidx-lifecycle" }
133
143
androidx-lifecycle-viewmodel-ktx = { module = " androidx.lifecycle:lifecycle-viewmodel-ktx" , version.ref = " androidx-lifecycle" }
134
144
androidx-lifecycle-viewmodel-savedstate = { module = " androidx.lifecycle:lifecycle-viewmodel-savedstate" , version.ref = " androidx-lifecycle" }
135
145
146
+ androidx-macro-benchmark = { module = " androidx.benchmark:benchmark-macro-junit4" , version.ref = " androidx-benchmark" }
147
+
136
148
androidx-profileinstaller = { module = " androidx.profileinstaller:profileinstaller" , version.ref = " androidx-profileinstaller" }
137
149
138
150
androidx-recyclerview = { module = " androidx.recyclerview:recyclerview" , version.ref = " androidx-recyclerview" }
@@ -149,6 +161,7 @@ androidx-test-truth = { module = "androidx.test.ext:truth", version.ref = "andro
149
161
150
162
androidx-test-uiautomator = " androidx.test.uiautomator:uiautomator:2.2.0"
151
163
164
+ androidx-tracing-core = { module = " androidx.tracing:tracing" , version.ref = " androidx-tracing" }
152
165
androidx-tracing-ktx = { module = " androidx.tracing:tracing-ktx" , version.ref = " androidx-tracing" }
153
166
154
167
androidx-transition = { module = " androidx.transition:transition" , version.ref = " androidx-transition" }
@@ -178,6 +191,7 @@ kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref =
178
191
kotlin-serialization-gradle-plugin = { module = " org.jetbrains.kotlin:kotlin-serialization" , version.ref = " kotlin" }
179
192
kotlin-test-annotations = { module = " org.jetbrains.kotlin:kotlin-test-annotations-common" , version.ref = " kotlin" }
180
193
kotlin-test-common = { module = " org.jetbrains.kotlin:kotlin-test-common" , version.ref = " kotlin" }
194
+ kotlin-test-core = { module = " org.jetbrains.kotlin:kotlin-test" , version.ref = " kotlin" }
181
195
kotlin-test-jdk = { module = " org.jetbrains.kotlin:kotlin-test-junit" , version.ref = " kotlin" }
182
196
183
197
kotlinx-binaryCompatibility-gradle-plugin = { module = " org.jetbrains.kotlinx:binary-compatibility-validator" , version.ref = " kotlinx-binary-compatibility" }
@@ -196,12 +210,14 @@ ktlint-gradle = { module = "org.jlleitschuh.gradle:ktlint-gradle", version.ref =
196
210
lanterna = " com.googlecode.lanterna:lanterna:3.1.1"
197
211
198
212
mockito-core = { module = " org.mockito:mockito-core" , version.ref = " mockito-core" }
199
-
200
213
mockito-kotlin = { module = " org.mockito.kotlin:mockito-kotlin" , version.ref = " mockito-kotlin" }
201
214
202
215
mockk = { module = " io.mockk:mockk" , version.ref = " mockk" }
203
216
217
+ reactivestreams = " org.reactivestreams:reactive-streams:1.0.3"
218
+
204
219
robolectric = { module = " org.robolectric:robolectric" , version.ref = " robolectric" }
220
+ robolectric-annotations = { module = " org.robolectric:annotations" , version.ref = " robolectric" }
205
221
206
222
rxjava2-rxandroid = { module = " io.reactivex.rxjava2:rxandroid" , version.ref = " rxjava2-android" }
207
223
rxjava2-rxjava = { module = " io.reactivex.rxjava2:rxjava" , version.ref = " rxjava2-core" }
@@ -212,6 +228,7 @@ squareup-cycler = { module = "com.squareup.cycler:cycler", version.ref = "square
212
228
213
229
squareup-leakcanary-android = { module = " com.squareup.leakcanary:leakcanary-android" , version.ref = " squareup-leakcanary" }
214
230
squareup-leakcanary-instrumentation = { module = " com.squareup.leakcanary:leakcanary-android-instrumentation" , version.ref = " squareup-leakcanary" }
231
+ squareup-leakcanary-objectwatcher-android = { module = " com.squareup.leakcanary:leakcanary-object-watcher-android-core" , version.ref = " squareup-leakcanary" }
215
232
216
233
squareup-moshi = { module = " com.squareup.moshi:moshi" , version.ref = " squareup-moshi" }
217
234
squareup-moshi-adapters = { module = " com.squareup.moshi:moshi-adapters" , version.ref = " squareup-moshi" }
0 commit comments