File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Android 支持库,一些杂七杂八的辅助工具。
13
13
```
14
14
dependencies {
15
15
...
16
- implementation 'io.github.alexmofer.tool:support-android:2.1.1 '
16
+ implementation 'io.github.alexmofer.tool:support-android:2.2.0 '
17
17
...
18
18
}
19
19
```
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ android {
30
30
31
31
dependencies {
32
32
33
- implementation ' androidx.appcompat:appcompat:1.6.0 '
34
- implementation ' com.google.android.material:material:1.7 .0'
33
+ implementation ' androidx.appcompat:appcompat:1.6.1 '
34
+ implementation ' com.google.android.material:material:1.8 .0'
35
35
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
36
- implementation ' io.github.alexmofer.appcompat:appcompat:1.5.1 '
36
+ implementation ' io.github.alexmofer.appcompat:appcompat:1.6.0 '
37
37
implementation project(' :support-android' )
38
38
testImplementation ' junit:junit:4.13.2'
39
39
androidTestImplementation ' androidx.test.ext:junit:1.1.5'
Original file line number Diff line number Diff line change 1
1
POM_GROUP_ID =io.github.alexmofer.tool
2
2
POM_ARTIFACT_ID =support-android
3
3
POM_PACKAGING =aar
4
- POM_VERSION =2.1.1
4
+ POM_VERSION =2.2.0
5
5
POM_NAME =SupportAndroid
6
6
POM_DESCRIPTION =Android support library, some auxiliary tools.
7
7
POM_URL =https://github.com/AlexMofer/SupportAndroid
You can’t perform that action at this time.
0 commit comments