File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11buildscript {
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 }
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ org.gradle.parallel=true
1818
1919android.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
2424GROUP =com.github.chuckerteam.chucker
2525
2626POM_REPO_NAME =Chucker
You can’t perform that action at this time.
0 commit comments