Skip to content

Commit 8394c62

Browse files
committed
chore(deps): update all dependencies
| datasource | package | from | to | | ---------- | ---------------------------- | ----- | ----- | | maven | androidx.core:core-ktx | 1.7.0 | 1.8.0 | | maven | androidx.appcompat:appcompat | 1.4.1 | 1.4.2 |
1 parent b790890 commit 8394c62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ dependencies {
3737
implementation fileTree(dir: 'libs', include: ['*.jar'])
3838
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
3939

40-
implementation 'androidx.appcompat:appcompat:1.4.1'
41-
implementation 'androidx.core:core-ktx:1.7.0'
40+
implementation 'androidx.appcompat:appcompat:1.4.2'
41+
implementation 'androidx.core:core-ktx:1.8.0'
4242
implementation 'com.google.android.material:material:1.6.1'
4343
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4444

0 commit comments

Comments
 (0)