Skip to content

Commit 31b1370

Browse files
committed
Fix AndroidX library order
1 parent 064a4ce commit 31b1370

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,9 @@ dependencies {
221221
// https://developer.android.com/jetpack/androidx/releases/viewpager2#1.1.0-alpha01
222222
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'
223223
implementation 'androidx.webkit:webkit:1.4.0'
224-
implementation 'com.google.android.material:material:1.5.0'
225-
implementation "androidx.work:work-runtime:${androidxWorkVersion}"
226224
implementation "androidx.work:work-runtime-ktx:${androidxWorkVersion}"
227225
implementation "androidx.work:work-rxjava3:${androidxWorkVersion}"
226+
implementation 'com.google.android.material:material:1.5.0'
228227

229228
/** Third-party libraries **/
230229
// Instance state boilerplate elimination

0 commit comments

Comments
 (0)