We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064a4ce commit 31b1370Copy full SHA for 31b1370
1 file changed
app/build.gradle
@@ -221,10 +221,9 @@ dependencies {
221
// https://developer.android.com/jetpack/androidx/releases/viewpager2#1.1.0-alpha01
222
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'
223
implementation 'androidx.webkit:webkit:1.4.0'
224
- implementation 'com.google.android.material:material:1.5.0'
225
- implementation "androidx.work:work-runtime:${androidxWorkVersion}"
226
implementation "androidx.work:work-runtime-ktx:${androidxWorkVersion}"
227
implementation "androidx.work:work-rxjava3:${androidxWorkVersion}"
+ implementation 'com.google.android.material:material:1.5.0'
228
229
/** Third-party libraries **/
230
// Instance state boilerplate elimination
0 commit comments