Skip to content

Commit 4260f73

Browse files
author
Anders Cheow
committed
Merge branch 'release/3.4.0'
2 parents 1404221 + f79edad commit 4260f73

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

dependencies.gradle

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ext {
22
android = [
33
compileSdkVersion : 28,
4-
minSdkVersion : 16,
4+
minSdkVersion : 21,
55
targetSdkVersion : 28,
66
]
77

@@ -22,24 +22,24 @@ ext {
2222

2323
/* dependencies versions */
2424
def androidx_app_compat_version = '1.2.0'
25-
def androidx_arch_lifecycle_version = '2.2.0'
25+
def androidx_arch_lifecycle_version = '2.3.0'
2626
def androidx_arch_paging_version = '2.1.2'
2727
def androidx_constraint_layout_version = '2.0.4'
2828
def androidx_core_ktx_version = '1.3.2'
29-
def androidx_fragment_ktx_version = '1.2.5'
30-
def androidx_material_version = '1.2.1'
29+
def androidx_fragment_ktx_version = '1.3.0'
30+
def androidx_material_version = '1.3.0'
3131
def androidx_multidex_version = '2.0.1'
3232
def androidx_recyclerview_version = '1.1.0'
3333
def androidx_viewpager2_version = '1.0.0'
34-
def androidx_runner_version = '1.1.0'
34+
def androidx_runner_version = '1.3.0'
3535
def androidx_espresso_core_version = '3.1.0'
3636
def anko_version = '0.10.6'
3737
def event_bus_version = '3.2.0'
38-
def junit_version = '4.12'
39-
def kodein_version = '7.1.0'
38+
def junit_version = '5.7.1'
39+
def kodein_version = '7.3.1'
4040
def kprogresshud_version = '1.0.6'
4141
def logger_version = '2.2.0'
42-
def splitties_version = '3.0.0-alpha06'
42+
def splitties_version = '3.0.0-beta01'
4343

4444
def libs = [
4545
/* androidx */
@@ -53,11 +53,13 @@ ext {
5353
recyclerView : "androidx.recyclerview:recyclerview:$androidx_recyclerview_version",
5454
viewPager2 : "androidx.viewpager2:viewpager2:$androidx_viewpager2_version",
5555

56-
/* android architecture room */
57-
lifecycleExtensions : "androidx.lifecycle:lifecycle-extensions:$androidx_arch_lifecycle_version",
56+
/* android architecture lifecycle */
5857
lifecycleLivedata : "androidx.lifecycle:lifecycle-livedata-ktx:$androidx_arch_lifecycle_version",
5958
lifecycleViewmodel : "androidx.lifecycle:lifecycle-viewmodel-ktx:$androidx_arch_lifecycle_version",
59+
lifecycleSavedState : "androidx.lifecycle:lifecycle-viewmodel-savedstate:$androidx_arch_lifecycle_version",
6060
lifecyleCompiler : "androidx.lifecycle:lifecycle-compiler:$androidx_arch_lifecycle_version",
61+
62+
/* android architecture paging */
6163
pagingRuntime : "androidx.paging:paging-runtime:$androidx_arch_paging_version",
6264

6365
/* anko */
@@ -102,11 +104,13 @@ ext {
102104
[configuration: "api", dependency: libs.recyclerView],
103105
[configuration: "api", dependency: libs.viewPager2],
104106

105-
/* android architecture */
106-
[configuration: "api", dependency: libs.lifecycleExtensions],
107+
/* android architecture lifecycle */
107108
[configuration: "api", dependency: libs.lifecycleLivedata],
108109
[configuration: "api", dependency: libs.lifecycleViewmodel],
110+
[configuration: "api", dependency: libs.lifecycleSavedState],
109111
[configuration: "kapt", dependency: libs.lifecyleCompiler],
112+
113+
/* android architecture paging */
110114
[configuration: "api", dependency: libs.pagingRuntime],
111115

112116
/* anko */

0 commit comments

Comments
 (0)