File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
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.0 '
16
+ implementation 'io.github.alexmofer.tool:support-android:2.1.1 '
17
17
...
18
18
}
19
19
```
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ android {
30
30
31
31
dependencies {
32
32
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 '
35
35
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
36
36
implementation ' io.github.alexmofer.appcompat:appcompat:1.5.1'
37
37
implementation project(' :support-android' )
38
38
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 '
41
41
}
Original file line number Diff line number Diff line change 1
- # Fri May 14 11:10:42 CST 2021
1
+ # Sun Jan 15 13:48:30 CST 2023
2
2
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
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
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.0
4
+ POM_VERSION =2.1.1
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