@@ -24,7 +24,6 @@ composeLatest = "1.4.0-alpha03"
24
24
composeBom = " 2023.06.01"
25
25
compose-compiler = " 1.5.3"
26
26
constraintLayoutCompose = " 1.0.1"
27
- constraintLayout = " 2.1.4"
28
27
coreTesting = " 2.2.0"
29
28
coroutines = " 1.6.4"
30
29
espresso = " 3.4.0"
@@ -46,7 +45,6 @@ minSdk = "23"
46
45
monitor = " 1.6.0"
47
46
navigation = " 2.5.3"
48
47
okhttpLogging = " 4.10.0"
49
- paging = " 3.1.1"
50
48
pagingCompose = " 1.0.0-alpha18"
51
49
profileInstaller = " 1.2.0"
52
50
recyclerView = " 1.3.0-alpha02"
@@ -56,7 +54,6 @@ runner = "1.0.1"
56
54
# @keep
57
55
targetSdk = " 33"
58
56
testExtJunit = " 1.1.5"
59
- tracing = " 1.1.0"
60
57
uiAutomator = " 2.2.0"
61
58
viewModelCompose = " 2.5.1"
62
59
work = " 2.7.1"
@@ -80,7 +77,6 @@ androidx-compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4
80
77
androidx-compose-ui-tooling = { module = " androidx.compose.ui:ui-tooling" }
81
78
androidx-compose-ui-tooling-preview = { module = " androidx.compose.ui:ui-tooling-preview" }
82
79
androidx-compose-ui-viewbinding = { module = " androidx.compose.ui:ui-viewbinding" }
83
- androidx-constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version.ref = " constraintLayout" }
84
80
androidx-constraintlayout-compose = { module = " androidx.constraintlayout:constraintlayout-compose" , version.ref = " constraintLayoutCompose" }
85
81
androidx-core-ktx = { module = " androidx.core:core-ktx" , version.ref = " ktx" }
86
82
androidx-espresso-contrib = { module = " androidx.test.espresso:espresso-contrib" , version.ref = " espresso" }
@@ -92,14 +88,12 @@ androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-view
92
88
androidx-monitor = { module = " androidx.test:monitor" , version.ref = " monitor" }
93
89
androidx-navigation-compose = { module = " androidx.navigation:navigation-compose" , version.ref = " navigation" }
94
90
androidx-paging-compose = { module = " androidx.paging:paging-compose" , version.ref = " pagingCompose" }
95
- androidx-paging-runtime-ktx = { module = " androidx.paging:paging-runtime-ktx" , version.ref = " paging" }
96
91
androidx-profileinstaller = { module = " androidx.profileinstaller:profileinstaller" , version.ref = " profileInstaller" }
97
92
androidx-room-compiler = { module = " androidx.room:room-compiler" , version.ref = " room" }
98
93
androidx-room-ktx = { module = " androidx.room:room-ktx" , version.ref = " room" }
99
94
androidx-room-runtime = { module = " androidx.room:room-runtime" , version.ref = " room" }
100
95
androidx-test-ext-junit = { module = " androidx.test.ext:junit" , version.ref = " testExtJunit" }
101
96
androidx-test-uiautomator = { module = " androidx.test.uiautomator:uiautomator" , version.ref = " uiAutomator" }
102
- androidx-tracing-ktx = { module = " androidx.tracing:tracing-ktx" , version.ref = " tracing" }
103
97
androidx-work-testing = { module = " androidx.work:work-testing" , version.ref = " work" }
104
98
androidx-work-runtime-ktx = { module = " androidx.work:work-runtime-ktx" , version.ref = " work" }
105
99
glide = { module = " com.github.bumptech.glide:compose" , version.ref = " glide" }
0 commit comments