Skip to content

Commit 10e6cd1

Browse files
committed
[release] 2.1.1
1 parent a8668cc commit 10e6cd1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.0'
16+
implementation 'io.github.alexmofer.tool:support-android:2.1.1'
1717
...
1818
}
1919
```

app/build.gradle

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

3131
dependencies {
3232

33-
implementation 'androidx.appcompat:appcompat:1.5.1'
34-
implementation 'com.google.android.material:material:1.6.1'
33+
implementation 'androidx.appcompat:appcompat:1.6.0'
34+
implementation 'com.google.android.material:material:1.7.0'
3535
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
3636
implementation 'io.github.alexmofer.appcompat:appcompat:1.5.1'
3737
implementation project(':support-android')
3838
testImplementation 'junit:junit:4.13.2'
39-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
40-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
39+
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
40+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
4141
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri May 14 11:10:42 CST 2021
1+
#Sun Jan 15 13:48:30 CST 2023
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

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.0
4+
POM_VERSION=2.1.1
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)