Skip to content

Commit 2a3480b

Browse files
Merge pull request #2894 from nextcloud/backport/2785/stable-4.5
[stable-4.5] fix(deps): update dependency androidx.core:core-ktx to v1.17.0
2 parents b3af235 + 21e712a commit 2a3480b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ dependencies {
140140

141141
// Android X
142142
implementation 'androidx.appcompat:appcompat:1.7.1'
143-
implementation 'androidx.core:core-ktx:1.16.0'
143+
implementation 'androidx.core:core-ktx:1.17.0'
144144
implementation 'androidx.core:core-splashscreen:1.0.1'
145145
implementation 'androidx.fragment:fragment:1.8.9'
146146
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.3'

0 commit comments

Comments
 (0)