mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 14:07:05 +05:30
benchmark: init
This commit is contained in:
parent
d8d43a4c88
commit
a66a915e16
12 changed files with 189 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
[versions]
|
||||
accompanist = "0.24.6-alpha"
|
||||
agp = "7.4.0-alpha05"
|
||||
androidXTest = "1.4.0"
|
||||
aurora = "1.1.0"
|
||||
coil = "2.1.0"
|
||||
coroutines = "1.6.1"
|
||||
|
@ -17,6 +19,7 @@ workmanager = "2.8.0-alpha02"
|
|||
accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }
|
||||
accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|
||||
androidx-activity-compose = "androidx.activity:activity-compose:1.4.0"
|
||||
androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.1.0-beta05"
|
||||
androidx-browser = "androidx.browser:browser:1.4.0"
|
||||
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.0-beta02"
|
||||
androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hilt" }
|
||||
|
@ -24,11 +27,18 @@ androidx-hilt-work = { module = "androidx.hilt:hilt-work", version.ref = "hilt"
|
|||
androidx-lifecycle-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.5.0-rc01"
|
||||
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.5.0-rc01"
|
||||
androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha14"
|
||||
androidx-profileinstaller = "androidx.profileinstaller:profileinstaller:1.2.0-beta01"
|
||||
androidx-test-core = { module = "androidx.test:core", version.ref = "androidXTest" }
|
||||
androidx-test-ext-junit = "androidx.test.ext:junit:1.1.3"
|
||||
androidx-test-espresso-core = "androidx.test.espresso:espresso-core:3.4.0"
|
||||
androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidXTest" }
|
||||
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidXTest" }
|
||||
androidx-test-uiautomator = "androidx.test.uiautomator:uiautomator:2.2.0"
|
||||
androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "workmanager" }
|
||||
aurora-component = { module = "org.pushing-pixels:aurora-component", version.ref = "aurora" }
|
||||
aurora-theming = { module = "org.pushing-pixels:aurora-theming", version.ref = "aurora" }
|
||||
aurora-window = { module = "org.pushing-pixels:aurora-window", version.ref = "aurora" }
|
||||
build-agp = "com.android.tools.build:gradle:7.4.0-alpha05"
|
||||
build-agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }
|
||||
build-kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
||||
build-kotlin-serialization = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }
|
||||
build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.7.2"
|
||||
|
@ -58,6 +68,7 @@ sqldelight-jvmDriver = { module = "app.cash.sqldelight:sqlite-driver", version.r
|
|||
sqldelight-primitiveAdapters = { module = "app.cash.sqldelight:primitive-adapters", version.ref = "sqldelight" }
|
||||
|
||||
[plugins]
|
||||
android-test = { id = "com.android.test", version.ref = "agp" }
|
||||
compose = "org.jetbrains.compose:1.1.1"
|
||||
hilt = { id = "com.google.dagger.hilt.android", version.ref = "dagger" }
|
||||
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue