-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
60 lines (57 loc) · 3.21 KB
/
libs.versions.toml
File metadata and controls
60 lines (57 loc) · 3.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[versions]
agp = "8.13.1"
androidx-core = "1.16.0"
androidx-appcompat = "1.7.1"
androidx-constraintlayout = "2.2.1"
androidx-multidex = "2.0.1"
androidx-test-ext = "1.2.1"
androidx-test-espresso = "3.7.0"
androidx-test-runner = "1.7.0"
androidx-test-rules = "1.7.0"
androidx-work= "2.11.0"
android-material = "1.13.0"
github-http-builder = "1.0.4"
gson = "2.13.2"
mockito = "5.2.0"
mockito-kotlin = "6.1.0"
okhttp = "5.3.0"
timber = "5.0.1"
junit = "4.13.2"
leakcanary = "2.14"
kotlin = "2.2.21"
gradle = "8.1.1"
raygun = "5.0.1"
spotless = "8.0.0"
activity = "1.10.1"
kotlin-version = "2.2.21"
maven-central-publish = "0.35.0"
[libraries]
android-material-material = { module = "com.google.android.material:material", version.ref = "android-material" }
android-tools-build-gradle = { module = "com.android.tools.build:gradle", version.ref = "agp" }
androidx-core-core = { module = "androidx.core:core", version.ref = "androidx-core" }
androidx-appcompat-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
androidx-constraintlayout-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }
androidx-espresso-intents = { module = "androidx.test.espresso:espresso-intents", version.ref = "androidx-test-espresso" }
androidx-multidex-multidex = { module = "androidx.multidex:multidex", version.ref = "androidx-multidex" }
androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidx-test-runner" }
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test-rules" }
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext" }
androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-test-espresso" }
androidx-work-work-runtime = { module = "androidx.work:work-runtime", version.ref = "androidx-work" }
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }
mockito-mockito-inline = { module = "org.mockito:mockito-inline", version.ref = "mockito" }
mockito-kotlin-mockito-kotlin = { module = "org.mockito.kotlin:mockito-kotlin", version.ref = "mockito-kotlin" }
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }
junit = { module = "junit:junit", version.ref = "junit" }
leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" }
github-http-builder-core = { module = "io.github.http-builder-ng:http-builder-ng-core", version.ref = "github-http-builder" }
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
raygun = { module = "com.raygun:raygun4android", version.ref = "raygun" }
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
[bundles]
[plugins]
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin-version" }
maven-central-publish = { id = "com.vanniktech.maven.publish", version.ref = "maven-central-publish" }