Skip to content

Commit

Permalink
2.9.0.00
Browse files Browse the repository at this point in the history
refactor-Upgrade AGP from 8.4.0 to 8.4.1
  • Loading branch information
wxw-9527 committed May 21, 2024
1 parent ce0c718 commit 0fee620
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencyResolutionManagement {

```groovy
dependencies {
implementation 'com.github.wxw-9527:MvpArms:2.8.9.00'
implementation 'com.github.wxw-9527:MvpArms:2.9.0.00'
}
```

Expand Down
14 changes: 7 additions & 7 deletions arms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ dependencies {
api 'androidx.appcompat:appcompat:1.6.1'
api 'com.google.android.material:material:1.11.0'
// 官方扩展程序
api 'androidx.core:core-ktx:1.12.0'
api 'androidx.activity:activity-ktx:1.8.2'
api 'androidx.core:core-ktx:1.13.1'
api 'androidx.activity:activity-ktx:1.9.0'
api 'androidx.fragment:fragment-ktx:1.6.2'
api 'androidx.work:work-runtime-ktx:2.8.1'
// 官方控件
Expand All @@ -69,13 +69,13 @@ dependencies {
api 'com.squareup.retrofit2:retrofit:2.11.0'
api 'com.squareup.retrofit2:converter-gson:2.11.0'
api 'com.squareup.retrofit2:adapter-rxjava3:2.11.0'
api 'com.google.code.gson:gson:2.10.1'
api 'com.google.code.gson:gson:2.11.0'
// 图片缓存
api 'com.github.bumptech.glide:glide:4.16.0'
ksp 'com.github.bumptech.glide:compiler:4.16.0'
implementation 'com.github.bumptech.glide:okhttp3-integration:4.16.0'
// 基于 mmap 的高性能通用 key-value 组件
api 'com.tencent:mmkv:1.3.4'
api 'com.tencent:mmkv:1.3.5'
// ObjectBox
debugImplementation 'io.objectbox:objectbox-android-objectbrowser:3.8.0'
releaseImplementation 'io.objectbox:objectbox-android:3.8.0'
Expand All @@ -84,7 +84,7 @@ dependencies {
// 日志打印
api 'com.jakewharton.timber:timber:5.0.1'
// 权限
api 'com.github.getActivity:XXPermissions:18.62'
api 'com.github.getActivity:XXPermissions:18.63'
// RecyclerView相关
api 'io.github.cymchad:BaseRecyclerViewAdapterHelper4:4.1.4'
api 'com.github.fondesa:recycler-view-divider:3.6.0'
Expand All @@ -98,7 +98,7 @@ dependencies {
api 'io.github.lucksiege:pictureselector:v3.11.2'
api 'io.github.lucksiege:compress:v3.11.2'
// 对话框相关
api 'com.github.kongzue.DialogX:DialogX:0.0.50.beta11'
api 'com.github.kongzue.DialogX:DialogX:0.0.50.beta12'
api 'com.github.kongzue.DialogXSample:DatePicker:0.0.13'
api 'com.github.kongzue.DialogXSample:CustomWheelPicker:0.0.13'
// 缺省页
Expand Down Expand Up @@ -133,7 +133,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.wxw-9527'
artifactId = 'MvpArms'
version = '2.8.9.00'
version = '2.9.0.00'
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:8.4.0' // 华为
classpath 'com.android.tools.build:gradle:8.4.1' // 华为
classpath 'com.huawei.agconnect:agcp:1.9.1.301' // 华为
classpath 'io.objectbox:objectbox-gradle-plugin:3.8.0' // ObjectBox
}
}

plugins {
id 'com.android.application' version '8.4.0' apply false
id 'com.android.library' version '8.4.0' apply false
id 'com.android.application' version '8.4.1' apply false
id 'com.android.library' version '8.4.1' apply false
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
id 'com.google.devtools.ksp' version '1.9.23-1.0.19' apply false // ksp
id 'com.google.dagger.hilt.android' version '2.51.1' apply false // Hilt
Expand Down

0 comments on commit 0fee620

Please sign in to comment.