@@ -8,6 +8,7 @@ targetSdk = "30"
8
8
9
9
androidx-activity = " 1.3.0"
10
10
androidx-appcompat = " 1.3.1"
11
+ androidx-benchmark = " 1.1.0-beta03"
11
12
androidx-compose = " 1.1.0-rc01"
12
13
androidx-compose-compiler = " 1.1.0-rc02"
13
14
androidx-constraintlayout = " 2.1.2"
@@ -16,6 +17,7 @@ androidx-gridlayout = "1.0.0"
16
17
androidx-lifecycle = " 2.4.0"
17
18
androidx-navigation = " 2.4.0-alpha09"
18
19
androidx-paging = " 3.0.1"
20
+ androidx-profileinstaller = " 1.2.0-alpha02"
19
21
androidx-recyclerview = " 1.2.1"
20
22
androidx-room = " 2.4.0-alpha04"
21
23
androidx-savedstate = " 1.1.0"
@@ -96,6 +98,8 @@ androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref
96
98
97
99
androidx-appcompat = { module = " androidx.appcompat:appcompat" , version.ref = " androidx-appcompat" }
98
100
101
+ androidx-benchmark = { module =" androidx.benchmark:benchmark-macro-junit4" , version.ref = " androidx-benchmark" }
102
+
99
103
androidx-compose-foundation = { module = " androidx.compose.foundation:foundation" , version.ref = " androidx-compose" }
100
104
101
105
androidx-compose-material = { module = " androidx.compose.material:material" , version.ref = " androidx-compose" }
@@ -117,6 +121,8 @@ androidx-lifecycle-viewmodel-core = { module = "androidx.lifecycle:lifecycle-vie
117
121
androidx-lifecycle-viewmodel-ktx = { module = " androidx.lifecycle:lifecycle-viewmodel-ktx" , version.ref = " androidx-lifecycle" }
118
122
androidx-lifecycle-viewmodel-savedstate = { module = " androidx.lifecycle:lifecycle-viewmodel-savedstate" , version.ref = " androidx-lifecycle" }
119
123
124
+ androidx-profileinstaller = { module = " androidx.profileinstaller:profileinstaller" , version.ref = " androidx-profileinstaller" }
125
+
120
126
androidx-recyclerview = { module = " androidx.recyclerview:recyclerview" , version.ref = " androidx-recyclerview" }
121
127
122
128
androidx-savedstate = { module = " androidx.savedstate:savedstate" , version.ref = " androidx-savedstate" }
0 commit comments