@@ -59,7 +59,6 @@ webkit = "1.13.0"
59
59
60
60
# https://developer.android.com/jetpack/androidx/releases/test
61
61
# region [Test]
62
- junit = " 4.13.2"
63
62
test-core = " 1.6.1"
64
63
test-espresso = " 3.6.1"
65
64
test-ext-junit = " 1.2.1"
@@ -69,33 +68,53 @@ test-ext-junit = "1.2.1"
69
68
[libraries ]
70
69
desugarJdkLibs = { group = " com.android.tools" , name = " desugar_jdk_libs" , version.ref = " desugarJdkLibs" }
71
70
72
- activity = { group = " androidx.activity" , name = " activity-ktx" , version.ref = " activity" }
71
+ activity-ktx = { group = " androidx.activity" , name = " activity-ktx" , version.ref = " activity" }
72
+
73
73
annotation = { group = " androidx.annotation" , name = " annotation" , version.ref = " annotation" }
74
74
annotation-experimental = { group = " androidx.annotation" , name = " annotation-experimental" , version.ref = " annotation-experimental" }
75
+
75
76
appcompat = { group = " androidx.appcompat" , name = " appcompat" , version.ref = " appcompat" }
76
77
appcompat-resources = { group = " androidx.appcompat" , name = " appcompat-resources" , version.ref = " appcompat" }
78
+
77
79
arch-core-common = { group = " androidx.arch.core" , name = " core-common" , version.ref = " arch-core" }
78
80
arch-core-runtime = { group = " androidx.arch.core" , name = " core-runtime" , version.ref = " arch-core" }
81
+
79
82
cardView = { group = " androidx.cardview" , name = " cardview" , version.ref = " cardView" }
83
+
80
84
constraintLayout = { group = " androidx.constraintlayout" , name = " constraintlayout" , version.ref = " constraintLayout" }
85
+
81
86
coordinatorLayout = { group = " androidx.coordinatorlayout" , name = " coordinatorlayout" , version.ref = " coordinatorLayout" }
82
- core = { group = " androidx.core" , name = " core-ktx" , version.ref = " core" }
83
- fragment = { group = " androidx.fragment" , name = " fragment-ktx" , version.ref = " fragment" }
84
- lifecycle-viewmodel = { group = " androidx.lifecycle" , name = " lifecycle-viewmodel-ktx" , version.ref = " lifecycle" }
85
- lifecycle-viewmodel-savedstate = { group = " androidx.lifecycle" , name = " lifecycle-viewmodel-savedstate" , version.ref = " lifecycle" }
87
+
88
+ core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " core" }
89
+
90
+ fragment-ktx = { group = " androidx.fragment" , name = " fragment-ktx" , version.ref = " fragment" }
91
+
92
+ lifecycle-viewmodel-ktx = { group = " androidx.lifecycle" , name = " lifecycle-viewmodel-ktx" , version.ref = " lifecycle" }
93
+ lifecycle-livedata-ktx = { group = " androidx.lifecycle" , name = " lifecycle-livedata-ktx" , version.ref = " lifecycle" }
86
94
lifecycle-runtime-ktx = { group = " androidx.lifecycle" , name = " lifecycle-runtime-ktx" , version.ref = " lifecycle" }
87
- preference = { group = " androidx.preference" , name = " preference-ktx" , version.ref = " preference" }
95
+ lifecycle-viewmodel-savedstate = { group = " androidx.lifecycle" , name = " lifecycle-viewmodel-savedstate" , version.ref = " lifecycle" }
96
+
97
+ preference-ktx = { group = " androidx.preference" , name = " preference-ktx" , version.ref = " preference" }
98
+
88
99
recyclerView = { group = " androidx.recyclerview" , name = " recyclerview" , version.ref = " recyclerView" }
89
- savedState = { group = " androidx.savedstate" , name = " savedstate" , version.ref = " savedState" }
100
+
101
+ savedState-ktx = { group = " androidx.savedstate" , name = " savedstate-ktx" , version.ref = " savedState" }
102
+
90
103
swipeRefreshLayout = { group = " androidx.swiperefreshlayout" , name = " swiperefreshlayout" , version.ref = " swipeRefreshLayout" }
104
+
91
105
webkit = { group = " androidx.webkit" , name = " webkit" , version.ref = " webkit" }
92
106
93
- junit = { group = " junit" , name = " junit" , version.ref = " junit" }
94
- test-core = { group = " androidx.test" , name = " core-ktx" , version.ref = " test-core" }
107
+ test-core-ktx = { group = " androidx.test" , name = " core-ktx" , version.ref = " test-core" }
95
108
test-espresso-core = { group = " androidx.test.espresso" , name = " espresso-core" , version.ref = " test-espresso" }
96
- test-ext-junit = { group = " androidx.test.ext" , name = " junit-ktx" , version.ref = " test-ext-junit" }
109
+ test-ext-junit-ktx = { group = " androidx.test.ext" , name = " junit-ktx" , version.ref = " test-ext-junit" }
97
110
98
111
[bundles ]
112
+ annotation = [" annotation" , " annotation-experimental" ]
113
+ appcompat = [" appcompat" , " appcompat-resources" ]
114
+ arch-core = [" arch-core-common" , " arch-core-runtime" ]
115
+ lifecycle = [" lifecycle-viewmodel-ktx" , " lifecycle-livedata-ktx" , " lifecycle-runtime-ktx" , " lifecycle-viewmodel-savedstate" ]
116
+
117
+ test = [" test-core-ktx" , " test-espresso-core" , " test-ext-junit-ktx" ]
99
118
100
119
[plugins ]
101
120
android-application = { id = " com.android.application" , version.ref = " androidGradlePlugin" }
0 commit comments