Skip to content

Commit e58ba0a

Browse files
Update dependency androidx.core:core-ktx to v1.13.0
1 parent d135a6b commit e58ba0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737

3838
dependencies {
3939

40-
implementation 'androidx.core:core-ktx:1.10.1'
40+
implementation 'androidx.core:core-ktx:1.13.0'
4141
implementation 'androidx.appcompat:appcompat:1.6.1'
4242
implementation 'com.google.android.material:material:1.9.0'
4343
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

otp_code_view/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636

3737
dependencies {
3838

39-
implementation 'androidx.core:core-ktx:1.10.1'
39+
implementation 'androidx.core:core-ktx:1.13.0'
4040
implementation 'androidx.appcompat:appcompat:1.6.1'
4141
implementation 'com.google.android.material:material:1.9.0'
4242
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)