Skip to content

Commit 86d6d2c

Browse files
committed
chore: fix formatting and alphabetize libs.versions.toml
1 parent a0f6b85 commit 86d6d2c

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

gradle/libs.versions.toml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
11
[versions]
2+
activity = "1.12.3"
23
agp = "8.13.2"
3-
androidx-core = "1.17.0"
4+
android-material = "1.13.0"
45
androidx-appcompat = "1.7.1"
56
androidx-constraintlayout = "2.2.1"
7+
androidx-core = "1.17.0"
68
androidx-multidex = "2.0.1"
7-
androidx-test-ext = "1.3.0"
89
androidx-test-espresso = "3.7.0"
9-
androidx-test-runner = "1.7.0"
10+
androidx-test-ext = "1.3.0"
1011
androidx-test-rules = "1.7.0"
11-
androidx-work= "2.11.0"
12-
android-material = "1.13.0"
12+
androidx-test-runner = "1.7.0"
13+
androidx-work = "2.11.0"
1314
github-http-builder = "1.0.4"
15+
gradle = "8.1.1"
1416
gson = "2.13.2"
17+
junit = "4.13.2"
18+
kotlin = "2.3.0"
19+
leakcanary = "2.14"
20+
maven-central-publish = "0.35.0"
1521
mockito = "5.2.0"
1622
mockito-kotlin = "6.1.0"
1723
okhttp = "5.3.0"
18-
timber = "5.0.1"
19-
junit = "4.13.2"
20-
leakcanary = "2.14"
21-
kotlin = "2.3.0"
22-
gradle = "8.1.1"
2324
raygun = "5.1.0"
2425
spotless = "8.1.0"
25-
activity = "1.12.3"
26-
maven-central-publish = "0.35.0"
26+
timber = "5.0.1"
2727

2828
[libraries]
2929
android-material-material = { module = "com.google.android.material:material", version.ref = "android-material" }
3030
android-tools-build-gradle = { module = "com.android.tools.build:gradle", version.ref = "agp" }
31-
androidx-core-core = { module = "androidx.core:core", version.ref = "androidx-core" }
31+
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
3232
androidx-appcompat-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
3333
androidx-constraintlayout-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }
34+
androidx-core-core = { module = "androidx.core:core", version.ref = "androidx-core" }
3435
androidx-espresso-intents = { module = "androidx.test.espresso:espresso-intents", version.ref = "androidx-test-espresso" }
3536
androidx-multidex-multidex = { module = "androidx.multidex:multidex", version.ref = "androidx-multidex" }
36-
androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidx-test-runner" }
37-
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test-rules" }
38-
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext" }
3937
androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-test-espresso" }
38+
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext" }
39+
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test-rules" }
40+
androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidx-test-runner" }
4041
androidx-work-work-runtime = { module = "androidx.work:work-runtime", version.ref = "androidx-work" }
42+
github-http-builder-core = { module = "io.github.http-builder-ng:http-builder-ng-core", version.ref = "github-http-builder" }
4143
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
44+
junit = { module = "junit:junit", version.ref = "junit" }
45+
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
46+
leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" }
4247
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }
43-
mockito-mockito-inline = { module = "org.mockito:mockito-inline", version.ref = "mockito" }
4448
mockito-kotlin-mockito-kotlin = { module = "org.mockito.kotlin:mockito-kotlin", version.ref = "mockito-kotlin" }
49+
mockito-mockito-inline = { module = "org.mockito:mockito-inline", version.ref = "mockito" }
4550
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
46-
timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }
47-
junit = { module = "junit:junit", version.ref = "junit" }
48-
leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" }
49-
github-http-builder-core = { module = "io.github.http-builder-ng:http-builder-ng-core", version.ref = "github-http-builder" }
50-
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
5151
raygun = { module = "com.raygun:raygun4android", version.ref = "raygun" }
52-
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
52+
timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }
5353

5454
[bundles]
5555

5656
[plugins]
57-
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
5857
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
5958
maven-central-publish = { id = "com.vanniktech.maven.publish", version.ref = "maven-central-publish" }
59+
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }

0 commit comments

Comments
 (0)