Skip to content

Commit 6ed56f3

Browse files
committed
fixed ktlint issues
1 parent 214481d commit 6ed56f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
implementation 'androidx.appcompat:appcompat:1.4.1'
3333
implementation 'com.google.android.material:material:1.5.0'
3434
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
35-
implementation 'androidx.core:core-ktx:+'
35+
implementation 'androidx.core:core-ktx:1.7.0'
3636
testImplementation 'junit:junit:4.+'
3737
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
3838
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

0 commit comments

Comments
 (0)