Skip to content

Commit

Permalink
Merge pull request #19 from MJLblabla/main
Browse files Browse the repository at this point in the history
升级sdk 修护bug 防反复进入崩溃
  • Loading branch information
MJLblabla authored Dec 23, 2021
2 parents 427f3d1 + bd7b291 commit e9d1019
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 7 deletions.
Binary file modified .gradle/6.7.1/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/6.7.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/6.7.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/6.7.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/6.7.1/javaCompile/classAnalysis.bin
Binary file not shown.
Binary file modified .gradle/6.7.1/javaCompile/javaCompile.lock
Binary file not shown.
Binary file modified .gradle/6.7.1/javaCompile/taskHistory.bin
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
4 changes: 2 additions & 2 deletions .idea/modules/app/WhiteBoard-SDK.app.iml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
implementation 'com.github.bumptech.glide:okhttp3-integration:4.12.0'
implementation("com.squareup.okhttp3:okhttp:4.8.1")
implementation ('com.qiniu:happy-dns:0.2.17')
implementation (name:'qndroid-whiteboard-1.1.7',ext:"aar")
implementation (name:'qndroid-whiteboard-1.1.8',ext:"aar")
// implementation project(":qiniuwhiteboard")
implementation ('com.aliyun.dpa:oss-android-sdk:2.9.6')
implementation 'cn.yipianfengye.android:zxing-library:2.2'
Expand Down
Binary file not shown.
4 changes: 0 additions & 4 deletions app/src/main/res/layout/activity_room.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">



<data>
<import type="com.qiniu.droid.whiteboard.type.WidgetType" />

Expand All @@ -14,8 +12,6 @@
type="com.qiniu.whiteboard.example.RoomViewModel" />
</data>



<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
Expand Down

0 comments on commit e9d1019

Please sign in to comment.