Revert "feat: add gradle-dependencies-sort plugin"

The lexer/parser on this is very sensitive to custom APIs being used in the
`dependencies {}` DSL.

This reverts commit 069c5a4389.
This commit is contained in:
Harsh Shandilya 2023-05-05 12:24:59 +05:30
parent a5e25e2eb5
commit 15b1e68611
No known key found for this signature in database
3 changed files with 0 additions and 5 deletions

View file

@ -47,7 +47,6 @@ androidx-test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0-alpha03
androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "workmanager" }
build-agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }
build-cachefix = "org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin:2.7.1"
build-depsort = "com.squareup:sort-dependencies-gradle-plugin:0.2"
build-kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
build-semver = "com.vdurmont:semver4j:3.1.0"
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:3.5.0"