mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
gradle: reformat version catalog
This commit is contained in:
parent
50e8a8e0ac
commit
79114bac9f
1 changed files with 4 additions and 4 deletions
|
@ -29,10 +29,10 @@ 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-ext-junit = "androidx.test.ext:junit:1.1.3"
|
||||
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidXTest" }
|
||||
androidx-test-runner = { module = "androidx.test:runner", 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" }
|
||||
|
@ -74,8 +74,8 @@ testparameterinjector = "com.google.testparameterinjector:test-parameter-injecto
|
|||
|
||||
[plugins]
|
||||
android-test = { id = "com.android.test", version.ref = "agp" }
|
||||
aurora-svg-transcoder = { id = "org.pushing-pixels.aurora.tools.svgtranscoder.gradle", version.ref = "aurora" }
|
||||
compose = "org.jetbrains.compose:1.1.1"
|
||||
hilt = { id = "com.google.dagger.hilt.android", version.ref = "dagger" }
|
||||
paparazzi = "app.cash.paparazzi:1.0.0"
|
||||
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
|
||||
aurora-svg-transcoder = { id = "org.pushing-pixels.aurora.tools.svgtranscoder.gradle", version.ref = "aurora" }
|
||||
paparazzi = { id = "app.cash.paparazzi", version = "1.0.0" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue