This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlibs.versions.toml
96 lines (93 loc) · 5.43 KB
/
libs.versions.toml
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[versions]
aboutlibraries = "10.7.0"
# @keep compose-compiler is not referenced by any dependency so needs to be kept explicitly
compose-compiler = "1.4.7"
compose-destinations = "1.7.22-beta"
espresso = "3.5.1"
hilt = "2.46.1"
junit-jupiter = "5.9.3"
kotlin = "1.8.21"
# @pin latest version triggers IncompatibleClassChangeError
mockk = "1.12.5"
sentry = "6.20.0"
[libraries]
aboutlibraries-compose = { module = "com.mikepenz:aboutlibraries-compose", version.ref = "aboutlibraries" }
aboutlibraries-core = { module = "com.mikepenz:aboutlibraries-core", version.ref = "aboutlibraries" }
androidx-activity-compose = "androidx.activity:activity-compose:1.7.1"
androidx-constraintlayout-compose = "androidx.constraintlayout:constraintlayout-compose:1.0.1"
androidx-core-ktx = "androidx.core:core-ktx:1.9.0"
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.1"
androidx-hilt-navigation-compose = "androidx.hilt:hilt-navigation-compose:1.0.0"
androidx-lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1"
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.5.3"
androidx-security-crypto-ktx = "androidx.security:security-crypto-ktx:1.1.0-alpha03"
androidx-test-core = "androidx.test:core:1.5.0"
androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso" }
androidx-test-espresso-intents = { module = "androidx.test.espresso:espresso-intents", version.ref = "espresso" }
androidx-test-ext-junit = "androidx.test.ext:junit:1.1.5"
androidx-test-orchestrator = "androidx.test:orchestrator:1.4.2"
androidx-test-runner = "androidx.test:runner:1.5.2"
ausweisapp2sdk-wrapper = "de.governikus.ausweisapp2:sdkwrapper:1.26.3.0"
compose-bom = "androidx.compose:compose-bom:2023.05.01"
compose-destinations-core = { module = "io.github.raamcosta.compose-destinations:core", version.ref = "compose-destinations" }
compose-destinations-ksp = { module = "io.github.raamcosta.compose-destinations:ksp", version.ref = "compose-destinations" }
# @pin TODO (ticket) Update compose-markdown
compose-markdown = "com.github.jeziellago:compose-markdown:0.3.0"
compose-material = { module = "androidx.compose.material:material" }
compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
compose-material3 = "androidx.compose.material3:material3:1.1.0"
compose-ui = { module = "androidx.compose.ui:ui" }
compose-ui-test-junit4 = "androidx.compose.ui:ui-test-junit4:1.4.3"
compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
exoplayer = "com.google.android.exoplayer:exoplayer:2.18.7"
hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hilt" }
hilt-android-testing = { module = "com.google.dagger:hilt-android-testing", version.ref = "hilt" }
hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" }
jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.15.1"
jodamob-junit5-kotlin = "de.jodamob.junit5:junit5-kotlin:0.0.3"
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit-jupiter" }
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit-jupiter" }
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit-jupiter" }
kotlinx-coroutines-test = "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1"
kotlinx-serialization-json = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1"
logback-android = "com.github.tony19:logback-android:3.0.0"
lottie-compose = "com.airbnb.android:lottie-compose:6.0.0"
matomo-sdk-android = "com.github.matomo-org:matomo-sdk-android:5c6b715"
mockk = { module = "io.mockk:mockk", version.ref = "mockk" }
mockk-agent-jvm = { module = "io.mockk:mockk-agent-jvm", version.ref = "mockk" }
mockk-android = { module = "io.mockk:mockk-android", version.ref = "mockk" }
sentry-android = { module = "io.sentry:sentry-android", version.ref = "sentry" }
sentry-compose-android = { module = "io.sentry:sentry-compose-android", version.ref = "sentry" }
slf4j-api = "org.slf4j:slf4j-api:2.0.7"
unleash = "io.getunleash:unleash-android-proxy-sdk:0.5.0"
xerces = "xerces:xercesImpl:2.12.2"
[bundles]
aboutlibraries = [
"aboutlibraries-compose",
"aboutlibraries-core",
]
mockk = [
"mockk",
"mockk-agent-jvm",
]
sentry = [
"sentry-android",
"sentry-compose-android",
]
[plugins]
aboutlibraries = "com.mikepenz.aboutlibraries.plugin:10.7.0"
android-application = "com.android.application:8.0.1"
android-junit5 = "de.mannodermaus.android-junit5:1.9.3.0"
hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
kotlin-parcelize = {id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin"}
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
kotlinter = "org.jmailen.kotlinter:3.14.0"
ksp = "com.google.devtools.ksp:1.8.21-1.0.11"
sentry-android = "io.sentry.android.gradle:3.7.0"
version-catalog-update = "nl.littlerobots.version-catalog-update:0.8.0"
versions = "com.github.ben-manes.versions:0.46.0"