Skip to content

Commit 03834ad

Browse files
committed
add definitions for macro-benchmark and profile installer
1 parent 72d97fe commit 03834ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ targetSdk = "30"
88

99
androidx-activity = "1.3.0"
1010
androidx-appcompat = "1.3.1"
11+
androidx-benchmark = "1.1.0-beta03"
1112
androidx-compose = "1.1.0-rc01"
1213
androidx-compose-compiler = "1.1.0-rc02"
1314
androidx-constraintlayout = "2.1.2"
@@ -16,6 +17,7 @@ androidx-gridlayout = "1.0.0"
1617
androidx-lifecycle = "2.4.0"
1718
androidx-navigation = "2.4.0-alpha09"
1819
androidx-paging = "3.0.1"
20+
androidx-profileinstaller = "1.2.0-alpha02"
1921
androidx-recyclerview = "1.2.1"
2022
androidx-room = "2.4.0-alpha04"
2123
androidx-savedstate = "1.1.0"
@@ -96,6 +98,8 @@ androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref
9698

9799
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
98100

101+
androidx-benchmark = { module ="androidx.benchmark:benchmark-macro-junit4", version.ref = "androidx-benchmark" }
102+
99103
androidx-compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "androidx-compose" }
100104

101105
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
117121
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" }
118122
androidx-lifecycle-viewmodel-savedstate = { module = "androidx.lifecycle:lifecycle-viewmodel-savedstate", version.ref = "androidx-lifecycle" }
119123

124+
androidx-profileinstaller = { module = "androidx.profileinstaller:profileinstaller", version.ref = "androidx-profileinstaller" }
125+
120126
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "androidx-recyclerview" }
121127

122128
androidx-savedstate = { module = "androidx.savedstate:savedstate", version.ref = "androidx-savedstate" }

0 commit comments

Comments
 (0)