equal
deleted
inserted
replaced
|
1 [versions] |
|
2 com-android-application = "8.0.0" |
|
3 com-android-library = "8.0.0" |
|
4 org-jetbrains-kotlin-android = "1.8.0" |
|
5 core-ktx = "1.10.0" |
|
6 junit = "4.13.2" |
|
7 androidx-test-ext-junit = "1.1.5" |
|
8 espresso-core = "3.5.1" |
|
9 appcompat = "1.6.1" |
|
10 material = "1.8.0" |
|
11 |
|
12 [libraries] |
|
13 core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" } |
|
14 junit = { group = "junit", name = "junit", version.ref = "junit" } |
|
15 androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-ext-junit" } |
|
16 espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso-core" } |
|
17 appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" } |
|
18 material = { group = "com.google.android.material", name = "material", version.ref = "material" } |
|
19 |
|
20 [plugins] |
|
21 com-android-application = { id = "com.android.application", version.ref = "com-android-application" } |
|
22 com-android-library = { id = "com.android.library", version.ref = "com-android-library" } |
|
23 org-jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "org-jetbrains-kotlin-android" } |
|
24 |
|
25 [bundles] |
|
26 |