@@ -39,28 +39,28 @@ ext {
39
39
40
40
// Android official support
41
41
' kotlin' : ' 1.5.31' ,
42
- ' kotlinCoroutine' : " 1.4.1 " ,
42
+ ' kotlinCoroutine' : " 1.5.2 " ,
43
43
' multidexLib' : " 2.0.1" ,
44
- ' androidxCore' : ' 1.3.2 ' ,
45
- ' fragment' : ' 1.3.2 ' ,
44
+ ' androidxCore' : ' 1.7.0 ' ,
45
+ ' fragment' : ' 1.3.6 ' ,
46
46
' preference' : " 1.1.1" ,
47
47
' palette' : " 1.0.0" ,
48
- ' recyclerView' : " 1.2.0 " ,
49
- ' constraintLayout' : " 2.0.4 " ,
48
+ ' recyclerView' : " 1.2.1 " ,
49
+ ' constraintLayout' : " 2.1.1 " ,
50
50
' vectorDrawable' : " 1.1.0" ,
51
51
' lintLib' : ' 30.0.2' ,
52
52
' archCore' : " 2.1.0" ,
53
- ' lifecycle' : " 2.3.1 " ,
54
- ' room' : ' 2.2.6 ' ,
53
+ ' lifecycle' : " 2.4.0 " ,
54
+ ' room' : ' 2.3.0 ' ,
55
55
' sqlite' : " 2.1.0" ,
56
56
' navigation' : " 2.3.5" ,
57
- ' paging' : " 2.1.2 " ,
58
- ' work' : " 2.5 .0" ,
59
- ' media2' : " 1.1.2 " ,
57
+ ' paging' : " 3.0.1 " ,
58
+ ' work' : " 2.7 .0" ,
59
+ ' media2' : " 1.2.0 " ,
60
60
61
61
// test
62
- ' testCore' : " 1.3 .0" ,
63
- ' espresso' : " 3.3 .0" ,
62
+ ' testCore' : " 1.4 .0" ,
63
+ ' espresso' : " 3.4 .0" ,
64
64
' uiautomator' : " 2.2.0" ,
65
65
' truth' : ' 1.0.1' ,
66
66
' hamcrest' : ' 2.2' ,
@@ -113,7 +113,7 @@ ext {
113
113
],
114
114
' androidx' : [
115
115
// core
116
- ' annotation' : " androidx.annotation:annotation:1.2 .0" ,
116
+ ' annotation' : " androidx.annotation:annotation:1.3 .0" ,
117
117
' core' : " androidx.core:core:${ versions.androidxCore} " ,
118
118
' coreKtx' : " androidx.core:core-ktx:${ versions.androidxCore} " ,
119
119
' fragment' : " androidx.fragment:fragment:${ versions.fragment} " ,
@@ -122,8 +122,8 @@ ext {
122
122
' collection' : " androidx.collection:collection:1.1.0" ,
123
123
' collectionKtx' : " androidx.collection:collection-ktx:1.1.0" ,
124
124
// UI
125
- ' appcompat' : " androidx.appcompat:appcompat:1.2.0 " ,
126
- ' material' : " com.google.android.material:material:1.3 .0" ,
125
+ ' appcompat' : " androidx.appcompat:appcompat:1.3.1 " ,
126
+ ' material' : " com.google.android.material:material:1.4 .0" ,
127
127
' preference' : " androidx.preference:preference:${ versions.preference} " ,
128
128
' preferenceKtx' : " androidx.preference:preference-ktx:${ versions.preference} " ,
129
129
' constraintLayout' : " androidx.constraintlayout:constraintlayout:${ versions.constraintLayout} " ,
@@ -141,14 +141,14 @@ ext {
141
141
' viewPager2' : " androidx.viewpager2:viewpager2:1.0.0" ,
142
142
' vectorDrawable' : " androidx.vectordrawable:vectordrawable:${ versions.vectorDrawable} " ,
143
143
' animatedVectorDrawable' : " androidx.vectordrawable:vectordrawable-animated:${ versions.vectorDrawable} " ,
144
- ' browser' : " androidx.browser:browser:1.3 .0" ,
145
- ' transition' : " androidx.transition:transition:1.4.0 " ,
144
+ ' browser' : " androidx.browser:browser:1.4 .0" ,
145
+ ' transition' : " androidx.transition:transition:1.4.1 " ,
146
146
// others
147
147
' multidex' : " androidx.multidex:multidex:${ versions.multidexLib} " ,
148
148
' mediaSession' : " androidx.media2:media2-session:${ versions.media2} " ,
149
149
' mediaExoPlayer' : " androidx.media2:media2-exoplayer:${ versions.media2} " ,
150
- ' mediarouter' : " androidx.mediarouter:mediarouter:1.2.2 " ,
151
- ' exifinterface' : " androidx.exifinterface:exifinterface:1.3.2 " ,
150
+ ' mediarouter' : " androidx.mediarouter:mediarouter:1.2.5 " ,
151
+ ' exifinterface' : " androidx.exifinterface:exifinterface:1.3.3 " ,
152
152
' wear' : " androidx.wear:wear:1.0.0" ,
153
153
// legacy
154
154
' coreUtils' : " androidx.legacy:legacy-support-core-utils:1.0.0" ,
@@ -220,9 +220,9 @@ ext {
220
220
' monitor' : " androidx.test:monitor:${ versions.testCore} " ,
221
221
' orchestrator' : " androidx.test:orchestrator:${ versions.testCore} " ,
222
222
// ext
223
- ' junit' : " androidx.test.ext:junit:1.1.2 " ,
224
- ' junitKtx' : " androidx.test.ext:junit-ktx:1.1.2 " ,
225
- ' truthAndroidX' : " androidx.test.ext:truth:1.3 .0" ,
223
+ ' junit' : " androidx.test.ext:junit:1.1.3 " ,
224
+ ' junitKtx' : " androidx.test.ext:junit-ktx:1.1.3 " ,
225
+ ' truthAndroidX' : " androidx.test.ext:truth:1.4 .0" ,
226
226
' truth' : " com.google.truth:truth:${ versions.truth} " ,
227
227
' truthJava8' : " com.google.truth.extensions:truth-java8-extension:${ versions.truth} " ,
228
228
// espresso
0 commit comments