Skip to content

Commit e4a0741

Browse files
TacoTheDankStypox
authored andcommitted
Update some AndroidX libraries
1 parent 6762993 commit e4a0741

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

app/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ android {
106106
ext {
107107
checkstyleVersion = '10.12.1'
108108

109-
androidxLifecycleVersion = '2.5.1'
109+
androidxLifecycleVersion = '2.6.2'
110110
androidxRoomVersion = '2.5.2'
111-
androidxWorkVersion = '2.7.1'
111+
androidxWorkVersion = '2.8.1'
112112

113113
icepickVersion = '3.2.0'
114114
exoPlayerVersion = '2.18.7'
@@ -208,25 +208,25 @@ dependencies {
208208
implementation "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
209209

210210
/** AndroidX **/
211-
implementation 'androidx.appcompat:appcompat:1.5.1'
211+
implementation 'androidx.appcompat:appcompat:1.6.1'
212212
implementation 'androidx.cardview:cardview:1.0.0'
213213
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
214-
implementation 'androidx.core:core-ktx:1.10.0'
214+
implementation 'androidx.core:core-ktx:1.12.0'
215215
implementation 'androidx.documentfile:documentfile:1.0.1'
216-
implementation 'androidx.fragment:fragment-ktx:1.4.1'
216+
implementation 'androidx.fragment:fragment-ktx:1.6.1'
217217
implementation "androidx.lifecycle:lifecycle-livedata-ktx:${androidxLifecycleVersion}"
218218
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:${androidxLifecycleVersion}"
219219
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
220220
implementation 'androidx.media:media:1.6.0'
221-
implementation 'androidx.preference:preference:1.2.0'
222-
implementation 'androidx.recyclerview:recyclerview:1.2.1'
221+
implementation 'androidx.preference:preference:1.2.1'
222+
implementation 'androidx.recyclerview:recyclerview:1.3.2'
223223
implementation "androidx.room:room-runtime:${androidxRoomVersion}"
224224
implementation "androidx.room:room-rxjava3:${androidxRoomVersion}"
225225
kapt "androidx.room:room-compiler:${androidxRoomVersion}"
226226
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
227227
// Newer version specified to prevent accessibility regressions with RecyclerView, see:
228228
// https://developer.android.com/jetpack/androidx/releases/viewpager2#1.1.0-alpha01
229-
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'
229+
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta02'
230230
implementation "androidx.work:work-runtime-ktx:${androidxWorkVersion}"
231231
implementation "androidx.work:work-rxjava3:${androidxWorkVersion}"
232232
implementation 'com.google.android.material:material:1.9.0'

0 commit comments

Comments
 (0)