Skip to content

Commit 4a37824

Browse files
committed
[release] 2.2.0
1 parent 7389f96 commit 4a37824

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Android 支持库,一些杂七杂八的辅助工具。
1313
```
1414
dependencies {
1515
...
16-
implementation 'io.github.alexmofer.tool:support-android:2.1.1'
16+
implementation 'io.github.alexmofer.tool:support-android:2.2.0'
1717
...
1818
}
1919
```

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ android {
3030

3131
dependencies {
3232

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'
3535
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'
3737
implementation project(':support-android')
3838
testImplementation 'junit:junit:4.13.2'
3939
androidTestImplementation 'androidx.test.ext:junit:1.1.5'

support-android/pom.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
POM_GROUP_ID=io.github.alexmofer.tool
22
POM_ARTIFACT_ID=support-android
33
POM_PACKAGING=aar
4-
POM_VERSION=2.1.1
4+
POM_VERSION=2.2.0
55
POM_NAME=SupportAndroid
66
POM_DESCRIPTION=Android support library, some auxiliary tools.
77
POM_URL=https://github.com/AlexMofer/SupportAndroid

0 commit comments

Comments
 (0)