Skip to content

Commit 9b4b882

Browse files
committed
Update dependencies
1 parent 4034472 commit 9b4b882

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ android {
3434

3535
dependencies {
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'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
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
}

0 commit comments

Comments
 (0)