Skip to content

Commit

Permalink
Merge pull request #9 from xuwanjin/master
Browse files Browse the repository at this point in the history
resolve the build fail for core-ktx version
  • Loading branch information
romellfudi committed Apr 17, 2022
2 parents 0986f84 + cc2b21b commit 38c87f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'com.android.support:design:29.0.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "androidx.core:core-ktx:+"
implementation "androidx.core:core-ktx:1.6.0"
implementation 'com.airbnb.android:lottie:3.7.0'

implementation "org.koin:koin-android:2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion fudi-nfc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.0.0'
// implementation 'com.intellij:annotations:12.0'
implementation "androidx.core:core-ktx:+"
implementation "androidx.core:core-ktx:1.6.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}

Expand Down

0 comments on commit 38c87f5

Please sign in to comment.