-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies.toml
76 lines (69 loc) · 8.78 KB
/
dependencies.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
[versions]
agp = "8.7.0" # https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google https://developer.android.com/studio/releases/gradle-plugin
r8 = "8.7.17" # https://r8.googlesource.com/r8/+/refs/heads/8.7 https://r8.googlesource.com/r8/
bundleTool = "1.17.1" # https://mvnrepository.com/artifact/com.android.tools.build/bundletool https://github.com/google/bundletool
kotlin = "2.0.21" # https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib https://blog.jetbrains.com/kotlin/category/releases/
androidx-activity = "1.9.2" # https://mvnrepository.com/artifact/androidx.activity/activity https://developer.android.com/jetpack/androidx/releases/activity
androidx-annotation = "1.8.2" # https://mvnrepository.com/artifact/androidx.annotation/annotation https://developer.android.com/jetpack/androidx/releases/annotation
androidx-annotationExp = "1.4.1" # https://mvnrepository.com/artifact/androidx.annotation/annotation-experimental https://developer.android.com/jetpack/androidx/releases/annotation
androidx-appCompat = "1.7.0" # https://mvnrepository.com/artifact/androidx.appcompat/appcompat https://developer.android.com/jetpack/androidx/releases/appcompat
androidx-arch = "2.2.0" # https://mvnrepository.com/artifact/androidx.arch.core/core-common https://developer.android.com/jetpack/androidx/releases/arch
androidx-collection = "1.4.4" # https://mvnrepository.com/artifact/androidx.collection/collection https://developer.android.com/jetpack/androidx/releases/collection
androidx-core = "1.13.1" # https://mvnrepository.com/artifact/androidx.core/core https://developer.android.com/jetpack/androidx/releases/core
androidx-customView = "1.1.0" # https://mvnrepository.com/artifact/androidx.customview/customview https://developer.android.com/jetpack/androidx/releases/customview
androidx-fragment = "1.8.4" # https://mvnrepository.com/artifact/androidx.fragment/fragment https://developer.android.com/jetpack/androidx/releases/fragment
androidx-lifecycle = "2.8.6" # https://mvnrepository.com/artifact/androidx.lifecycle/lifecycle-common https://developer.android.com/jetpack/androidx/releases/lifecycle
androidx-loader = "1.1.0" # https://mvnrepository.com/artifact/androidx.loader/loader https://developer.android.com/jetpack/androidx/releases/loader
androidx-savedState = "1.2.1" # https://mvnrepository.com/artifact/androidx.savedstate/savedstate https://developer.android.com/jetpack/androidx/releases/savedstate
androidx-vectorDrawable = "1.2.0" # https://mvnrepository.com/artifact/androidx.vectordrawable/vectordrawable https://developer.android.com/jetpack/androidx/releases/vectordrawable
androidx-versionedParcelable = "1.2.0" # https://mvnrepository.com/artifact/androidx.versionedparcelable/versionedparcelable https://developer.android.com/jetpack/androidx/releases/versionedparcelable
google-material = "1.12.0" # https://mvnrepository.com/artifact/com.google.android.material/material https://github.com/material-components/material-components-android/releases
[plugins]
#noinspection SimilarGradleDependency
android = { id = "com.android.tools.build:gradle", version.ref = "agp" }
#noinspection SimilarGradleDependency
r8 = { id = "com.android.tools:r8", version.ref = "r8" }
kotlin = { id = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
#noinspection SimilarGradleDependency
bundleTool = { id = "com.android.tools.build:bundletool", version.ref = "bundleTool" }
[libraries]
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
kotlin-stdlibCommon = { module = "org.jetbrains.kotlin:kotlin-stdlib-common", version.ref = "kotlin" }
kotlin-stdlibJdk7 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk7", version.ref = "kotlin" }
kotlin-stdlibJdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
androidx-activity = { module = "androidx.activity:activity", version.ref = "androidx-activity" }
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidx-activity" }
androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "androidx-annotation" }
androidx-annotationExp = { module = "androidx.annotation:annotation-experimental", version.ref = "androidx-annotationExp" }
androidx-appCompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appCompat" }
androidx-arch-coreRuntime = { module = "androidx.arch.core:core-runtime", version.ref = "androidx-arch" }
androidx-arch-coreCommon = { module = "androidx.arch.core:core-common", version.ref = "androidx-arch" }
androidx-arch-coreTesting = { module = "androidx.arch.core:core-testing", version.ref = "androidx-arch" }
androidx-collection = { module = "androidx.collection:collection", version.ref = "androidx-collection" }
androidx-collection-ktx = { module = "androidx.collection:collection-ktx", version.ref = "androidx-collection" }
androidx-core = { module = "androidx.core:core", version.ref = "androidx-core" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidx-core" }
androidx-customView = { module = "androidx.customview:customview", version.ref = "androidx-customView" }
androidx-fragment = { module = "androidx.fragment:fragment", version.ref = "androidx-fragment" }
androidx-fragment-ktx = { module = "androidx.fragment:fragment-ktx", version.ref = "androidx-fragment" }
androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "androidx-lifecycle" }
androidx-lifecycle-commonJava8 = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "androidx-lifecycle" }
androidx-lifecycle-liveData = { module = "androidx.lifecycle:lifecycle-livedata", version.ref = "androidx-lifecycle" } # just LiveData
androidx-lifecycle-liveDataKtx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "androidx-lifecycle" } # just LiveData
androidx-lifecycle-liveDataCore = { module = "androidx.lifecycle:lifecycle-livedata-core", version.ref = "androidx-lifecycle" }
androidx-lifecycle-liveDataCoreKtx = { module = "androidx.lifecycle:lifecycle-livedata-core-ktx", version.ref = "androidx-lifecycle" }
androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "androidx-lifecycle" }
androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime", version.ref = "androidx-lifecycle" } # just Lifecycles
androidx-lifecycle-runtimeKtx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" } # just Lifecycles
androidx-lifecycle-service = { module = "androidx.lifecycle:lifecycle-service", version.ref = "androidx-lifecycle" } # just LifecycleService
androidx-lifecycle-viewModel = { module = "androidx.lifecycle:lifecycle-viewmodel", version.ref = "androidx-lifecycle" } # just ViewModel
androidx-lifecycle-viewModelKtx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" } # just ViewModel
androidx-lifecycle-viewModelSavedState = { module = "androidx.lifecycle:lifecycle-viewmodel-savedstate", version.ref = "androidx-lifecycle" }
androidx-loader = { module = "androidx.loader:loader", version.ref = "androidx-loader" }
androidx-savedState = { module = "androidx.savedstate:savedstate", version.ref = "androidx-savedState" }
androidx-vectorDrawable = { module = "androidx.vectordrawable:vectordrawable", version.ref = "androidx-vectorDrawable" }
androidx-vectorDrawable-animated = { module = "androidx.vectordrawable:vectordrawable-animated", version.ref = "androidx-vectorDrawable" }
androidx-vectorDrawable-seekable = { module = "androidx.vectordrawable:vectordrawable-seekable", version.ref = "androidx-vectorDrawable" }
androidx-versionedParcelable = { module = "androidx.versionedparcelable:versionedparcelable", version.ref = "androidx-versionedParcelable" }
google-material = { module = "com.google.android.material:material", version.ref = "google-material" }