Skip to content

Commit

Permalink
修复编译错误
Browse files Browse the repository at this point in the history
  • Loading branch information
archurtan committed Sep 2, 2021
1 parent 604ccaa commit 6d317b0
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 @@ -116,7 +116,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.6.0'
implementation 'androidx.core:core-ktx:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.android.material:material:1.2.1'
implementation 'com.airbnb.android:lottie:3.6.1'
Expand Down
2 changes: 1 addition & 1 deletion sdk/explorer-link-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.6.0'
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'com.alibaba:fastjson:1.2.73'
implementation "com.tencent.iot.thirdparty.android:esptouch:0.3.7.2"
testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit 6d317b0

Please sign in to comment.