@@ -38,33 +38,33 @@ ext {
3838 ' compileSdk' : 30 ,
3939
4040 // Android official support
41- ' kotlin' : ' 1.4.0 ' ,
42- ' kotlinCoroutine' : " 1.3.7 " ,
41+ ' kotlin' : ' 1.4.10 ' ,
42+ ' kotlinCoroutine' : " 1.3.9 " ,
4343 ' multidexLib' : " 2.0.1" ,
44- ' androidxCore' : ' 1.3.1 ' ,
44+ ' androidxCore' : ' 1.3.2 ' ,
4545 ' fragment' : ' 1.2.5' ,
46- ' preference' : " 1.1.0 " ,
46+ ' preference' : " 1.1.1 " ,
4747 ' palette' : " 1.0.0" ,
4848 ' recyclerView' : " 1.1.0" ,
49- ' constraintLayout' : " 2.0.0 " ,
49+ ' constraintLayout' : " 2.0.2 " ,
5050 ' vectorDrawable' : " 1.1.0" ,
5151 ' lintLib' : ' 27.0.0' ,
5252 ' archCore' : " 2.1.0" ,
5353 ' lifecycle' : " 2.2.0" ,
5454 ' room' : ' 2.2.5' ,
5555 ' sqlite' : " 2.1.0" ,
56- ' navigation' : " 2.2.1 " ,
57- ' paging' : " 2.1.1 " ,
58- ' work' : " 2.3.3 " ,
56+ ' navigation' : " 2.3.0 " ,
57+ ' paging' : " 2.1.2 " ,
58+ ' work' : " 2.4.0 " ,
5959 ' media2' : " 1.0.3" ,
6060
6161 // test
62- ' testCore' : " 1.2 .0" ,
63- ' espresso' : " 3.2 .0" ,
62+ ' testCore' : " 1.3 .0" ,
63+ ' espresso' : " 3.3 .0" ,
6464 ' uiautomator' : " 2.2.0" ,
6565 ' truth' : ' 1.0.1' ,
6666 ' hamcrest' : ' 2.2' ,
67- ' mockito' : " 2.25.0 " ,
67+ ' mockito' : " 3.5.11 " ,
6868 ' powermock' : ' 1.6.6' ,
6969 ' robolectric' : ' 4.3.1' ,
7070 ' mockk' : " 1.10.0" ,
7979 ' guava' : " 29.0-android" ,
8080
8181 // debug
82- ' leakcanary' : " 1.6.3 " ,
82+ ' leakcanary' : " 2.4 " ,
8383 ' stetho' : ' 1.5.1' ,
8484 ' ktlint' : " 0.36.0" ,
8585
@@ -123,7 +123,7 @@ ext {
123123 ' collectionKtx' : " androidx.collection:collection-ktx:1.1.0" ,
124124 // UI
125125 ' appcompat' : " androidx.appcompat:appcompat:1.2.0" ,
126- ' material' : " com.google.android.material:material:1.2.0 " ,
126+ ' material' : " com.google.android.material:material:1.2.1 " ,
127127 ' preference' : " androidx.preference:preference:${ versions.preference} " ,
128128 ' preferenceKtx' : " androidx.preference:preference-ktx:${ versions.preference} " ,
129129 ' constraintLayout' : " androidx.constraintlayout:constraintlayout:${ versions.constraintLayout} " ,
@@ -135,20 +135,20 @@ ext {
135135 ' recyclerviewSelection' : " androidx.recyclerview:recyclerview:${ versions.recyclerView} " ,
136136 ' percent' : " androidx.percentlayout:percentlayout:1.0.0" ,
137137 ' coordinatorLayout' : " androidx.coordinatorlayout:coordinatorlayout:1.1.0" ,
138- ' drawerLayout' : " androidx.drawerlayout:drawerlayout:1.0.0 " ,
139- ' swipeRefreshLayout' : " androidx.swiperefreshlayout:swiperefreshlayout:1.0 .0" ,
138+ ' drawerLayout' : " androidx.drawerlayout:drawerlayout:1.1.1 " ,
139+ ' swipeRefreshLayout' : " androidx.swiperefreshlayout:swiperefreshlayout:1.1 .0" ,
140140 ' viewPager' : " androidx.viewpager:viewpager:1.0.0" ,
141141 ' viewPager2' : " androidx.viewpager2:viewpager2:1.0.0" ,
142142 ' vectorDrawable' : " androidx.vectordrawable:vectordrawable:${ versions.vectorDrawable} " ,
143143 ' animatedVectorDrawable' : " androidx.vectordrawable:vectordrawable-animated:${ versions.vectorDrawable} " ,
144- ' browser' : " androidx.browser:browser:1.0 .0" ,
144+ ' browser' : " androidx.browser:browser:1.2 .0" ,
145145 ' transition' : " androidx.transition:transition:1.3.1" ,
146146 // others
147147 ' multidex' : " androidx.multidex:multidex:${ versions.multidexLib} " ,
148148 ' mediaSession' : " androidx.media2:media2-session:${ versions.media2} " ,
149149 ' mediaExoPlayer' : " androidx.media2:media2-exoplayer:${ versions.media2} " ,
150150 ' mediarouter' : " androidx.mediarouter:mediarouter:1.1.0" ,
151- ' exifinterface' : " androidx.exifinterface:exifinterface:1.0 .0" ,
151+ ' exifinterface' : " androidx.exifinterface:exifinterface:1.3 .0" ,
152152 ' wear' : " androidx.wear:wear:1.0.0" ,
153153 // legacy
154154 ' coreUtils' : " androidx.legacy:legacy-support-core-utils:1.0.0" ,
@@ -220,9 +220,9 @@ ext {
220220 ' monitor' : " androidx.test:monitor:${ versions.testCore} " ,
221221 ' orchestrator' : " androidx.test:orchestrator:${ versions.testCore} " ,
222222 // ext
223- ' junit' : " androidx.test.ext:junit:1.1.1 " ,
224- ' junitKtx' : " androidx.test.ext:junit-ktx:1.1.1 " ,
225- ' truthAndroidX' : ' androidx.test.ext:truth:1.2.0 ' ,
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 " ,
226226 ' truth' : " com.google.truth:truth:${ versions.truth} " ,
227227 ' truthJava8' : " com.google.truth.extensions:truth-java8-extension:${ versions.truth} " ,
228228 // espresso
@@ -277,6 +277,7 @@ ext {
277277
278278 // UI
279279 ' flexbox' : " com.google.android:flexbox:2.0.1" ,
280+ ' lottie' : " com.airbnb.android:lottie:3.4.4" ,
280281
281282 // rx
282283 ' rx' : [
0 commit comments