Skip to content

Commit 6225f37

Browse files
authored
Release 3.5.2 (#667)
* Update dependencies * Update changelog
1 parent a7d3a90 commit 6225f37

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This file follows [Keepachangelog](https://keepachangelog.com/) format.
44
Please add your entries according to this format.
55

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+
610
## Version 3.5.1 *(2021-07-19)*
711

812
### Fixed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Please note that you should add both the `library` and the the `library-no-op` v
3737

3838
```groovy
3939
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"
4242
}
4343
```
4444

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
buildscript {
22
ext {
3-
kotlinVersion = '1.5.20'
3+
kotlinVersion = '1.5.21'
44
androidGradleVersion = '4.2.2'
55
coroutineVersion = '1.5.1'
66

77
// Google libraries
8-
activityVersion = '1.2.3'
9-
appCompatVersion = '1.3.0'
8+
activityVersion = '1.2.4'
9+
appCompatVersion = '1.3.1'
1010
constraintLayoutVersion = '2.0.4'
1111
materialComponentsVersion = '1.4.0'
1212
roomVersion = '2.3.0'
13-
fragmentVersion = '1.3.5'
13+
fragmentVersion = '1.3.6'
1414
lifecycleVersion = '2.3.1'
1515
androidXCoreVersion = '2.1.0'
1616
paletteKtxVersion = '1.0.0'

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ org.gradle.parallel=true
1818

1919
android.useAndroidX=true
2020

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
2424
GROUP=com.github.chuckerteam.chucker
2525

2626
POM_REPO_NAME=Chucker

0 commit comments

Comments
 (0)