Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
imndx committed Sep 3, 2024
1 parent 23a4022 commit 5d6b114
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar", "*.aar"])
implementation fileTree(dir: "../push-aar-dep", include: ["*.aar"])
implementation fileTree(dir: "../uikit-aar-dep", include: ["zxing-lite-1.1.1.aar"])
compileOnly fileTree(dir: "../uikit-aar-dep", include: ["zxing-lite-1.1.1.aar"])
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.1'
implementation 'com.tencent.bugly:crashreport:4.0.4'
implementation 'com.tencent.bugly:nativecrashreport:3.9.2'
Expand Down
1 change: 1 addition & 0 deletions uikit-aar-dep/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ artifacts.add("default", file('viewpagerdotsindicator-2.1.2.aar'))
artifacts.add("default", file('WheelPicker-1.1.3.aar'))
artifacts.add("default", file('zxing-lite-1.1.1.aar'))
artifacts.add("default", file('io.kvh-amr-1.1.2.aar'))
artifacts.add("default", file('overscroll-decor-android-1.0.4.aar'))
Binary file added uikit-aar-dep/overscroll-decor-android-1.0.4.aar
Binary file not shown.
2 changes: 0 additions & 2 deletions uikit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ dependencies {
// moment start
// momentclient module is just for dev, do not uncomment
// implementation project(':momentclient')
//over scroller helper
implementation 'me.everything:overscroll-decor-android:1.0.4'
// moment end

// kit wfc end
Expand Down

0 comments on commit 5d6b114

Please sign in to comment.