Skip to content

Commit

Permalink
Merge pull request #2 from MJLblabla/main
Browse files Browse the repository at this point in the history
修护小米note pdf崩溃
  • Loading branch information
MJLblabla authored Jul 19, 2021
2 parents 8c55aa9 + d2ffd32 commit 30ca8d6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
7 changes: 5 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,11 @@ 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.0.4-beta',ext:"aar")
// implementation project(":qiniuwhiteboard")
implementation (name:'qndroid-whiteboard-1.0.5-beta',ext:"aar")
// implementation project(":qiniuwhiteboard")
implementation ('com.aliyun.dpa:oss-android-sdk:2.9.6')
implementation 'cn.yipianfengye.android:zxing-library:2.2'
implementation 'com.tencent.bugly:crashreport:3.3.92' //其中latest.release指代最新Bugly SDK版本号,也可以指定明确的版本号,例如2.1.9
implementation 'com.tencent.bugly:nativecrashreport:3.9.1' //其中latest.release指代最新Bugly NDK版本号,也可以指定明确的版本号,例如3.0

}
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
package com.qiniu.whiteboard.example
import android.app.Application
import com.qiniu.droid.whiteboard.QNWhiteBoard
import com.tencent.bugly.crashreport.CrashReport
import com.uuzuche.lib_zxing.activity.ZXingLibrary

class MyApplication : Application(){
Expand All @@ -14,5 +15,6 @@ class MyApplication : Application(){
ZXingLibrary.initDisplayOpinion(applicationContext)
QNWhiteBoard.init(this, true)
QNWhiteBoard.setDefaultInputMode(NormalPenStyle().inputConfig)
CrashReport.initCrashReport(this, "be697c06e2", true);
}
}
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_room.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent">
app:layout_constraintStart_toStartOf="parent"
>

<LinearLayout
android:layout_width="wrap_content"
Expand Down

0 comments on commit 30ca8d6

Please sign in to comment.