fix: remove benchmark project

This has barely ever worked and I'm kinda done with it
This commit is contained in:
Harsh Shandilya 2025-06-07 09:26:14 +05:30
parent 93b593bd41
commit 123e2c9eb2
11 changed files with 2 additions and 246 deletions

View file

@ -3,7 +3,6 @@ aboutLibraries = "12.2.1"
agp = "8.12.0-alpha03"
android-junit5 = "1.12.2.0"
androidx-test = "1.7.0-alpha03"
benchmark = "1.4.0-beta02"
coil3 = "3.2.0"
coroutines = "1.10.2"
dagger = "2.56.2"
@ -32,7 +31,6 @@ workmanager = "2.10.1"
aboutLibraries-m3 = { module = "com.mikepenz:aboutlibraries-compose-m3", version.ref = "aboutLibraries" }
android-security-lints = "com.android.security.lint:lint:1.0.3"
androidx-activity-compose = "androidx.activity:activity-compose:1.11.0-rc01"
androidx-benchmark-macro-junit4 = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "benchmark" }
androidx-browser = "androidx.browser:browser:1.9.0-alpha04"
androidx-compose-animation = { module = "androidx.compose.animation:animation" }
androidx-compose-bom = "androidx.compose:compose-bom-alpha:2025.06.00"
@ -60,11 +58,6 @@ androidx-navigation3-runtime = { module = "androidx.navigation3:navigation3-runt
androidx-navigation3-ui = { module = "androidx.navigation3:navigation3-ui", version.ref = "navigation3" }
androidx-paging-compose = "androidx.paging:paging-compose:3.3.6"
androidx-profileinstaller = "androidx.profileinstaller:profileinstaller:1.4.1"
androidx-test-core = { module = "androidx.test:core", version.ref = "androidx-test" }
androidx-test-espresso-core = "androidx.test.espresso:espresso-core:3.7.0-alpha03"
androidx-test-ext-junit = "androidx.test.ext:junit:1.3.0-alpha03"
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test" }
androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidx-test" }
androidx-test-uiautomator = "androidx.test.uiautomator:uiautomator:2.4.0-alpha04"
androidx-work-runtime = { module = "androidx.work:work-runtime", version.ref = "workmanager" }
build-agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }
@ -129,7 +122,6 @@ android-junit5 = { id = "de.mannodermaus.android-junit5", version.ref = "android
android-lint = { id = "com.android.lint", version.ref = "agp" }
android-test = { id = "com.android.test", version.ref = "agp" }
anvil = "com.squareup.anvil:2.5.1"
baselineprofile = { id = "androidx.baselineprofile", version.ref = "benchmark" }
dependencyAnalysis = "com.autonomousapps.dependency-analysis:2.18.0"
invert = "com.squareup.invert:0.0.3-dev"
kotlin-composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }