-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
60 lines (32 loc) · 1.97 KB
/
libs.versions.toml
File metadata and controls
60 lines (32 loc) · 1.97 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
## Generated by $ ./gradlew refreshVersionsCatalog
[plugins]
ben-manes-versions = { id = "com.github.ben-manes.versions", version = "0.50.0" }
kotlinter = { id = "org.jmailen.kotlinter", version = "4.2.0" }
gradle-plugin-publish = {id = "com.gradle.plugin-publish", version = "1.2.1" }
vanniktech-maven-publish = {id = "com.vanniktech.maven.publish", version = "0.25.3" }
kgp = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin"}
agp = { id = "com.android.application", version.ref = "agp-version"}
[versions]
androidx-appcompat = "1.2.0"
androidx-constraintlayout = "1.1.3"
androidx-navigation = "2.3.0"
androidx-test-espresso = "3.4.0"
androidx-test-ext-junit = "1.1.1"
androidx-test-rules = "1.2.0"
junit-version = "4.13.2"
kotlin = "1.8.10"
agp-version = "4.2.2"
flank-version = "23.10.1"
[libraries]
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidx-appcompat" }
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "androidx-constraintlayout" }
navigation-fragment-ktx = { group = "androidx.navigation", name = "navigation-fragment-ktx", version.ref = "androidx-navigation" }
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "androidx-test-espresso" }
androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-ext-junit" }
androidx-test-rules = { group = "androidx.test", name = "rules", version.ref = "androidx-test-rules" }
agp = { module = "com.android.tools.build:gradle", version.ref = "agp-version" }
flank = { module = "com.github.flank:flank", version.ref = "flank-version" }
junit = { group = "junit", name = "junit", version.ref = "junit-version" }
kotlin-stdlib-jdk7 = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib-jdk7", version.ref = "kotlin" }
gradle-enterprise = { module = "com.gradle:gradle-enterprise-gradle-plugin", version = "3.16.1" }
truth = "com.google.truth:truth:1.1.5"