Skip to content

Commit

Permalink
<chore> 适配最新版AndroidStudio(电鳗-长颈鹿),三方依赖库版本更新,更新版本,4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltedFish-Extreme committed Nov 21, 2023
1 parent d1d4fe8 commit 8ccd5bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.example.wanandroid"
minSdk 24
targetSdk 33
versionCode 21
versionName "4.0.1"
versionCode 22
versionName "4.0.2"

// 仅保留中文语种的资源
resConfigs 'zh'
Expand Down Expand Up @@ -113,12 +113,12 @@ dependencies {
//noinspection GradleDependency
implementation 'androidx.navigation:navigation-ui-ktx:2.3.5'
//协程
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
//OkHttp
//noinspection GradleDependency
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
//网络请求 https://github.com/liangjingkanji/Net
implementation 'com.github.liangjingkanji:Net:3.6.2'
implementation 'com.github.liangjingkanji:Net:3.6.4'
//JSON解析
implementation 'com.google.code.gson:gson:2.10.1'
//region 注释掉刷新加载及缺省页(BRV自带)
Expand All @@ -130,7 +130,7 @@ dependencies {
implementation 'com.github.liangjingkanji:StateLayout:1.4.1'*/
//endregion
//RecyclerView https://github.com/liangjingkanji/BRV
implementation 'com.github.liangjingkanji:BRV:1.5.3'
implementation 'com.github.liangjingkanji:BRV:1.5.6'
//Adapter https://github.com/CymChad/BaseRecyclerViewAdapterHelper
implementation "io.github.cymchad:BaseRecyclerViewAdapterHelper:3.0.14"
//序列化数据 https://github.com/liangjingkanji/Serialize
Expand All @@ -152,7 +152,7 @@ dependencies {
//标题栏 https://github.com/getActivity/TitleBar
implementation 'com.github.getActivity:TitleBar:10.5'
//吐司 https://github.com/getActivity/Toaster
implementation 'com.github.getActivity:Toaster:12.5'
implementation 'com.github.getActivity:Toaster:12.6'
//权限请求 https://github.com/getActivity/XXPermissions
implementation 'com.github.getActivity:XXPermissions:18.5'
//Shape https://github.com/getActivity/ShapeView
Expand Down

0 comments on commit 8ccd5bc

Please sign in to comment.