Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3b73f68

Browse files
authoredApr 17, 2023
Update dependency androidx.core:core-ktx to v1.10.0
1 parent 5477a8f commit 3b73f68

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
@@ -49,7 +49,7 @@ dependencies {
4949
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
5050
implementation 'com.google.android.material:material:1.4.0'
5151

52-
implementation 'androidx.core:core-ktx:1.3.2'
52+
implementation 'androidx.core:core-ktx:1.10.0'
5353
implementation 'androidx.appcompat:appcompat:1.2.0'
5454
implementation 'androidx.activity:activity-compose:1.3.0-alpha02'
5555
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.0'

0 commit comments

Comments
 (0)
Please sign in to comment.