-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
58 lines (30 loc) · 1.85 KB
/
libs.versions.toml
File metadata and controls
58 lines (30 loc) · 1.85 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
## Generated by $ ./gradlew refreshVersionsCatalog
[plugins]
foojay = { id = "org.gradle.toolchains.foojay-resolver-convention", version = "1.0.0"}
ben-manes-versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }
kotlinter = { id = "org.jmailen.kotlinter", version = "5.4.2" }
gradle-plugin-publish = {id = "com.gradle.plugin-publish", version = "2.1.0" }
vanniktech-publish = { id = "com.vanniktech.maven.publish", version = "0.36.0" }
agp = { id = "com.android.application", version.ref = "agp-version"}
[versions]
androidx-appcompat = "1.6.1"
androidx-constraintlayout = "2.1.4"
androidx-navigation = "2.3.0"
androidx-test-espresso = "3.7.0"
androidx-test-ext-junit = "1.3.0"
androidx-test-rules = "1.7.0"
junit-version = "4.13.2"
agp-version = "9.0.1"
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" }
gradle-enterprise = { module = "com.gradle:develocity-gradle-plugin", version = "4.3.2" }
truth = "com.google.truth:truth:1.4.5"