File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ android {
3434
3535dependencies {
3636
37- implementation ' androidx.core:core-ktx:1.10.1 '
37+ implementation ' androidx.core:core-ktx:1.12.0 '
3838 implementation ' androidx.appcompat:appcompat:1.6.1'
39- implementation ' com.google.android.material:material:1.9 .0'
39+ implementation ' com.google.android.material:material:1.10 .0'
4040 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
41- implementation ' androidx.webkit:webkit:1.7 .0'
42- implementation ' androidx.browser:browser:1.5 .0'
41+ implementation ' androidx.webkit:webkit:1.8 .0'
42+ implementation ' androidx.browser:browser:1.6 .0'
4343 testImplementation ' junit:junit:4.13.2'
4444 androidTestImplementation ' androidx.test.ext:junit:1.1.5'
4545 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
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.
22plugins {
3- id ' com.android.application' version ' 8.1.0 ' apply false
4- id ' com.android.library' version ' 8.1.0 ' apply false
3+ id ' com.android.application' version ' 8.1.2 ' apply false
4+ id ' com.android.library' version ' 8.1.2 ' apply false
55 id ' org.jetbrains.kotlin.android' version ' 1.8.0' apply false
66}
You can’t perform that action at this time.
0 commit comments