Skip to content

Commit

Permalink
sample: 内存泄露检测依赖
Browse files Browse the repository at this point in the history
sample: 升级依赖项
  • Loading branch information
liangjingkanji committed Jul 15, 2023
1 parent f688701 commit a05b34f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,19 @@ dependencies {
implementation "com.github.liangjingkanji:StatusBar:2.0.2" // 透明状态栏
implementation "com.github.liangjingkanji:debugkit:1.3.0" // 调试窗口
implementation 'com.github.liangjingkanji:Tooltip:1.2.2' // 吐司
implementation 'com.github.liangjingkanji:Engine:0.0.71' // 快速开发基础库
implementation 'com.github.liangjingkanji:Engine:0.0.74' // 快速开发基础库
implementation 'com.github.liangjingkanji:spannable:1.2.6' // 富文本
implementation 'com.github.liangjingkanji:soft-input-event:1.0.9' // 软键盘事件监听/平滑键盘弹出动画
implementation 'com.github.liangjingkanji:Net:3.5.8' // 网络请求
implementation "com.squareup.okhttp3:okhttp:4.10.0" // 网络请求
implementation "com.squareup.okhttp3:okhttp:4.11.0" // 网络请求
implementation 'com.airbnb.android:lottie:5.1.1' // 动画库
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4" // 协程
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
implementation 'com.github.liangjingkanji:Net:3.5.8'
implementation 'com.squareup.okhttp3:mockwebserver:4.10.0'
implementation 'com.squareup.okhttp3:mockwebserver:4.11.0'
implementation 'io.github.youth5201314:banner:2.2.2'
implementation 'com.github.liangjingkanji:Serialize:2.0.0'
implementation 'com.github.liangjingkanji:Serialize:3.0.1'
// debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12'

implementation project(":brv")
// implementation 'com.github.liangjingkanji:BRV:1.3.88'
}
1 change: 1 addition & 0 deletions sample/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<string name="menu_tools">Tools</string>
<string name="menu_share">Share</string>
<string name="menu_send">Send</string>
<string name="leak_canary_test_class_name">assertk.Assert</string>
<!-- TODO: Remove or change this placeholder text -->
<string name="hello_blank_fragment">Hello blank fragment</string>
</resources>

0 comments on commit a05b34f

Please sign in to comment.