Skip to content

Commit 818a483

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | ---------- | ------------------------------ | ----- | ----- | | maven | androidx.fragment:fragment-ktx | 1.5.1 | 1.5.2 | | maven | androidx.appcompat:appcompat | 1.4.2 | 1.5.0 |
1 parent 67af0e8 commit 818a483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ 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.2'
40+
implementation 'androidx.appcompat:appcompat:1.5.0'
4141
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

4545
// viewModels
46-
implementation "androidx.fragment:fragment-ktx:1.5.1"
46+
implementation "androidx.fragment:fragment-ktx:1.5.2"
4747

4848
testImplementation 'junit:junit:4.13.2'
4949
androidTestImplementation 'androidx.test.ext:junit:1.1.3'

0 commit comments

Comments
 (0)