Skip to content

Commit 29c159c

Browse files
committed
Upgrade libraries
1 parent ee5d594 commit 29c159c

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

android_project_common.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@ ext {
4242
'kotlinCoroutine' : "1.4.1",
4343
'multidexLib' : "2.0.1",
4444
'androidxCore' : '1.3.2',
45-
'fragment' : '1.3.0',
45+
'fragment' : '1.3.2',
4646
'preference' : "1.1.1",
4747
'palette' : "1.0.0",
4848
'recyclerView' : "1.1.0",
4949
'constraintLayout' : "2.0.4",
5050
'vectorDrawable' : "1.1.0",
5151
'lintLib' : '27.1.3',
5252
'archCore' : "2.1.0",
53-
'lifecycle' : "2.3.0",
54-
'room' : '2.2.5',
53+
'lifecycle' : "2.3.1",
54+
'room' : '2.2.6',
5555
'sqlite' : "2.1.0",
56-
'navigation' : "2.3.3",
56+
'navigation' : "2.3.4",
5757
'paging' : "2.1.2",
58-
'work' : "2.4.0",
59-
'media2' : "1.0.3",
58+
'work' : "2.5.0",
59+
'media2' : "1.1.2",
6060

6161
// test
6262
'testCore' : "1.3.0",
@@ -113,7 +113,7 @@ ext {
113113
],
114114
'androidx': [
115115
// core
116-
'annotation' : "androidx.annotation:annotation:1.1.0",
116+
'annotation' : "androidx.annotation:annotation:1.2.0",
117117
'core' : "androidx.core:core:${versions.androidxCore}",
118118
'coreKtx' : "androidx.core:core-ktx:${versions.androidxCore}",
119119
'fragment' : "androidx.fragment:fragment:${versions.fragment}",
@@ -141,14 +141,14 @@ ext {
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.2.0",
145-
'transition' : "androidx.transition:transition:1.3.1",
144+
'browser' : "androidx.browser:browser:1.3.0",
145+
'transition' : "androidx.transition:transition:1.4.0",
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}",
150-
'mediarouter' : "androidx.mediarouter:mediarouter:1.1.0",
151-
'exifinterface' : "androidx.exifinterface:exifinterface:1.3.1",
150+
'mediarouter' : "androidx.mediarouter:mediarouter:1.2.2",
151+
'exifinterface' : "androidx.exifinterface:exifinterface:1.3.2",
152152
'wear' : "androidx.wear:wear:1.0.0",
153153
// legacy
154154
'coreUtils' : "androidx.legacy:legacy-support-core-utils:1.0.0",

archLintRulesTestDemo/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ dependencies {
4343

4444
// The following dependencies are just for checking new versions of library
4545
implementation "androidx.core:core-ktx:${versions.androidxCore}"
46-
implementation "androidx.fragment:fragment:${versions.fragment}"
46+
implementation "androidx.fragment:fragment-ktx:${versions.fragment}"
4747
implementation "com.google.android.material:material:1.3.0"
4848
implementation "androidx.multidex:multidex:${versions.multidexLib}"
49-
implementation "androidx.annotation:annotation:1.1.0"
49+
implementation "androidx.annotation:annotation:1.2.0"
5050
implementation "androidx.localbroadcastmanager:localbroadcastmanager:1.0.0"
5151
implementation "androidx.collection:collection-ktx:1.1.0"
5252
implementation "androidx.preference:preference-ktx:${versions.preference}"
@@ -63,14 +63,14 @@ dependencies {
6363
implementation "androidx.paging:paging-runtime-ktx:${versions.paging}"
6464
implementation "androidx.work:work-runtime:${versions.work}"
6565
implementation "androidx.vectordrawable:vectordrawable:${versions.vectorDrawable}"
66-
implementation "androidx.browser:browser:1.2.0"
67-
implementation "androidx.transition:transition:1.3.1"
66+
implementation "androidx.browser:browser:1.3.0"
67+
implementation "androidx.transition:transition:1.4.0"
6868
implementation "androidx.media2:media2-session:${versions.media2}"
69-
implementation "androidx.mediarouter:mediarouter:1.1.0"
70-
implementation "androidx.exifinterface:exifinterface:1.3.1"
69+
implementation "androidx.mediarouter:mediarouter:1.2.2"
70+
implementation "androidx.exifinterface:exifinterface:1.3.2"
7171

7272
implementation "androidx.arch.core:core-common:${versions.archCore}"
73-
implementation "androidx.lifecycle:lifecycle-runtime:${versions.lifecycle}"
73+
implementation "androidx.lifecycle:lifecycle-runtime-ktx:${versions.lifecycle}"
7474
implementation "androidx.room:room-runtime:${versions.room}"
7575
implementation "androidx.sqlite:sqlite-ktx:${versions.sqlite}"
7676

0 commit comments

Comments
 (0)