File tree 4 files changed +13
-9
lines changed
4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 3
3
This file follows [ Keepachangelog] ( https://keepachangelog.com/ ) format.
4
4
Please add your entries according to this format.
5
5
6
+ ## Version 3.5.2 * (2021-07-28)*
7
+
8
+ This release is a re-deployment of 3.5.1, since 3.5.1 aar didn't upload properly on Maven Central.
9
+
6
10
## Version 3.5.1 * (2021-07-19)*
7
11
8
12
### Fixed
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ Please note that you should add both the `library` and the the `library-no-op` v
37
37
38
38
``` groovy
39
39
dependencies {
40
- debugImplementation "com.github.chuckerteam.chucker:library:3.4.0 "
41
- releaseImplementation "com.github.chuckerteam.chucker:library-no-op:3.4.0 "
40
+ debugImplementation "com.github.chuckerteam.chucker:library:3.5.2 "
41
+ releaseImplementation "com.github.chuckerteam.chucker:library-no-op:3.5.2 "
42
42
}
43
43
```
44
44
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- kotlinVersion = ' 1.5.20 '
3
+ kotlinVersion = ' 1.5.21 '
4
4
androidGradleVersion = ' 4.2.2'
5
5
coroutineVersion = ' 1.5.1'
6
6
7
7
// Google libraries
8
- activityVersion = ' 1.2.3 '
9
- appCompatVersion = ' 1.3.0 '
8
+ activityVersion = ' 1.2.4 '
9
+ appCompatVersion = ' 1.3.1 '
10
10
constraintLayoutVersion = ' 2.0.4'
11
11
materialComponentsVersion = ' 1.4.0'
12
12
roomVersion = ' 2.3.0'
13
- fragmentVersion = ' 1.3.5 '
13
+ fragmentVersion = ' 1.3.6 '
14
14
lifecycleVersion = ' 2.3.1'
15
15
androidXCoreVersion = ' 2.1.0'
16
16
paletteKtxVersion = ' 1.0.0'
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ org.gradle.parallel=true
18
18
19
19
android.useAndroidX =true
20
20
21
- VERSION_NAME =3.5.1
22
- # 3*100*100 + 5*100 + 1 => 30501
23
- VERSION_CODE =30501
21
+ VERSION_NAME =3.5.2
22
+ # 3*100*100 + 5*100 + 2 => 30502
23
+ VERSION_CODE =30502
24
24
GROUP =com.github.chuckerteam.chucker
25
25
26
26
POM_REPO_NAME =Chucker
You can’t perform that action at this time.
0 commit comments