Skip to content

Commit 4fabfb3

Browse files
authored
Version bump, dependencies update (#655)
1 parent a9407e3 commit 4fabfb3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
buildscript {
22
ext {
33
kotlinVersion = '1.5.20'
4-
androidGradleVersion = '4.2.1'
5-
coroutineVersion = '1.4.3'
4+
androidGradleVersion = '4.2.2'
5+
coroutineVersion = '1.5.1'
66

77
// Google libraries
88
activityVersion = '1.2.3'
99
appCompatVersion = '1.3.0'
1010
constraintLayoutVersion = '2.0.4'
11-
materialComponentsVersion = '1.3.0'
11+
materialComponentsVersion = '1.4.0'
1212
roomVersion = '2.3.0'
1313
fragmentVersion = '1.3.5'
1414
lifecycleVersion = '2.3.1'
@@ -22,16 +22,16 @@ buildscript {
2222

2323
// Debug and quality control
2424
detektVersion = '1.17.1'
25-
dokkaVersion = '1.4.32'
25+
dokkaVersion = '1.5.0'
2626
ktLintGradleVersion = '10.0.0'
2727
leakcanaryVersion = '2.7'
2828

2929
// Testing
30-
androidxTestCoreVersion = '1.3.0'
30+
androidxTestCoreVersion = '1.4.0'
3131
junitGradlePluignVersion = '1.7.1.1'
3232
junitVersion = '5.7.2'
33-
mockkVersion = '1.11.0'
34-
robolectricVersion = '4.5.1'
33+
mockkVersion = '1.12.0'
34+
robolectricVersion = '4.6.1'
3535
truthVersion = '1.1.3'
3636
vintageJunitVersion = '4.13'
3737
}

gradle.properties

Lines changed: 3 additions & 3 deletions
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.0
22-
# 3*100*100 + 5*100 + 0 => 30500
23-
VERSION_CODE=30500
21+
VERSION_NAME=3.5.1
22+
# 3*100*100 + 5*100 + 1 => 30501
23+
VERSION_CODE=30501
2424
GROUP=com.github.chuckerteam.chucker
2525

2626
POM_REPO_NAME=Chucker

0 commit comments

Comments
 (0)