Skip to content

Commit 6d317b0

Browse files
author
archurtan
committed
修复编译错误
https://stackoverflow.com/questions/69021225/android-resource-linking-fails-on-lstar Change-Id: I45df8fe9b15c5d38bd91d7a243385abbf9cf9bd0
1 parent 604ccaa commit 6d317b0

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
@@ -116,7 +116,7 @@ dependencies {
116116
implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'])
117117
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
118118
implementation 'androidx.appcompat:appcompat:1.1.0'
119-
implementation 'androidx.core:core-ktx:1.6.0'
119+
implementation 'androidx.core:core-ktx:1.1.0'
120120
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
121121
implementation 'com.google.android.material:material:1.2.1'
122122
implementation 'com.airbnb.android:lottie:3.6.1'

sdk/explorer-link-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333
dependencies {
3434
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
3535
implementation 'androidx.appcompat:appcompat:1.1.0'
36-
implementation 'androidx.core:core-ktx:1.6.0'
36+
implementation 'androidx.core:core-ktx:1.2.0'
3737
implementation 'com.alibaba:fastjson:1.2.73'
3838
implementation "com.tencent.iot.thirdparty.android:esptouch:0.3.7.2"
3939
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)