-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathlibs.versions.toml
26 lines (24 loc) · 1.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
[versions]
project-utilities = "3.1.0"
dagger = "2.56"
android = "8.9.0"
[libraries]
resourceLocator = "com.likethesalad.tools.resources:string-android-resource-locator:2.4.0"
androidCompatApi = { module = "com.likethesalad.tools:agp-compatibility-api", version.ref = "project-utilities" }
dagger = { module = "com.google.dagger:dagger", version.ref = "dagger" }
dagger-compiler = { module = "com.google.dagger:dagger-compiler", version.ref = "dagger" }
metadataConsumer = "com.likethesalad.tools:plugin-metadata-consumer:1.0.0"
unitTesting = { module = "com.likethesalad.tools:unit-testing", version.ref = "project-utilities" }
byteBuddy = "net.bytebuddy:byte-buddy:1.17.3"
android-plugin = { module = "com.android.tools.build:gradle", version.ref = "android" }
classGraph = "io.github.classgraph:classgraph:4.8.179"
gson = "com.google.code.gson:gson:2.12.1"
zip4j = "net.lingala.zip4j:zip4j:2.11.5"
robolectric = "org.robolectric:robolectric:4.14.1"
xmlUnit = "org.xmlunit:xmlunit-core:2.10.0"
[plugins]
java-library = { id = "com.likethesalad.tools.java-library", version.ref = "project-utilities" }
artifactPublisher = { id = "com.likethesalad.artifact-publisher", version = "3.3.0" }
buildConfig = { id = "com.github.gmazzo.buildconfig", version = "5.5.4" }
androidTestTools = { id = "com.likethesalad.tools.android-compilation-testing", version.ref = "project-utilities" }
android-application = { id = "com.android.application", version.ref = "android" }