Skip to content

Commit

Permalink
2.9.0.01
Browse files Browse the repository at this point in the history
refactor-Downgrading minSdk from 23 to 21
  • Loading branch information
wxw-9527 committed May 21, 2024
1 parent 35d99ec commit 44728f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.9.0.00'
implementation 'com.github.wxw-9527:MvpArms:2.9.0.01'
}
```

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
compileSdk 34
defaultConfig {
applicationId "com.rouxinpai.demo"
minSdk 23
minSdk 21
targetSdk 34
versionCode 10000
versionName "1.0.0.00"
Expand Down
6 changes: 3 additions & 3 deletions arms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
namespace 'com.rouxinpai.arms'
compileSdk 34
defaultConfig {
minSdk 23
minSdk 21
targetSdk 34
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down Expand Up @@ -75,7 +75,7 @@ dependencies {
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.5'
api 'com.tencent:mmkv:1.3.4'
// ObjectBox
debugImplementation 'io.objectbox:objectbox-android-objectbrowser:3.8.0'
releaseImplementation 'io.objectbox:objectbox-android:3.8.0'
Expand Down Expand Up @@ -133,7 +133,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.wxw-9527'
artifactId = 'MvpArms'
version = '2.9.0.00'
version = '2.9.0.01'
}
}
}
Expand Down

0 comments on commit 44728f5

Please sign in to comment.