File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.6.20 '
4+ ext. kotlin_version = ' 1.6.21 '
55 repositories {
66 google()
77 mavenCentral()
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:7.1.3 '
10+ classpath ' com.android.tools.build:gradle:7.2.0 '
1111 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1212
1313 // NOTE: Do not place your application dependencies here; they belong
You can’t perform that action at this time.
0 commit comments