|
1 | 1 | [versions] |
| 2 | +activity = "1.12.3" |
2 | 3 | agp = "8.13.2" |
3 | | -androidx-core = "1.17.0" |
| 4 | +android-material = "1.13.0" |
4 | 5 | androidx-appcompat = "1.7.1" |
5 | 6 | androidx-constraintlayout = "2.2.1" |
| 7 | +androidx-core = "1.17.0" |
6 | 8 | androidx-multidex = "2.0.1" |
7 | | -androidx-test-ext = "1.3.0" |
8 | 9 | androidx-test-espresso = "3.7.0" |
9 | | -androidx-test-runner = "1.7.0" |
| 10 | +androidx-test-ext = "1.3.0" |
10 | 11 | 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" |
13 | 14 | github-http-builder = "1.0.4" |
| 15 | +gradle = "8.1.1" |
14 | 16 | 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" |
15 | 21 | mockito = "5.2.0" |
16 | 22 | mockito-kotlin = "6.1.0" |
17 | 23 | 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" |
23 | 24 | raygun = "5.1.0" |
24 | 25 | spotless = "8.1.0" |
25 | | -activity = "1.12.3" |
26 | | -maven-central-publish = "0.35.0" |
| 26 | +timber = "5.0.1" |
27 | 27 |
|
28 | 28 | [libraries] |
29 | 29 | android-material-material = { module = "com.google.android.material:material", version.ref = "android-material" } |
30 | 30 | 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" } |
32 | 32 | androidx-appcompat-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" } |
33 | 33 | androidx-constraintlayout-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" } |
| 34 | +androidx-core-core = { module = "androidx.core:core", version.ref = "androidx-core" } |
34 | 35 | androidx-espresso-intents = { module = "androidx.test.espresso:espresso-intents", version.ref = "androidx-test-espresso" } |
35 | 36 | 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" } |
39 | 37 | 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" } |
40 | 41 | 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" } |
41 | 43 | 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" } |
42 | 47 | mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" } |
43 | | -mockito-mockito-inline = { module = "org.mockito:mockito-inline", version.ref = "mockito" } |
44 | 48 | 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" } |
45 | 50 | 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" } |
51 | 51 | 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" } |
53 | 53 |
|
54 | 54 | [bundles] |
55 | 55 |
|
56 | 56 | [plugins] |
57 | | -spotless = { id = "com.diffplug.spotless", version.ref = "spotless" } |
58 | 57 | kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } |
59 | 58 | 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