Skip to content

Commit fb3b8b0

Browse files
Dep 2251 (#2252)
* chore(deps): bump junit from 4.12 to 4.13.2 (#2248) Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](junit-team/junit4@r4.12...r4.13.2) --- updated-dependencies: - dependency-name: junit:junit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump circleimageview from 3.0.0 to 3.1.0 (#2249) Bumps [circleimageview](https://github.com/hdodenhof/CircleImageView) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/hdodenhof/CircleImageView/releases) - [Commits](hdodenhof/CircleImageView@v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: de.hdodenhof:circleimageview dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: upgrading gradle version Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a978fe7 commit fb3b8b0

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ def LOCAL_KEY_PRESENT = project.hasProperty('SIGNING_KEY_FILE') && rootProject.f
88

99
android {
1010
compileSdkVersion rootProject.ext.compileSdkVersion
11-
buildToolsVersion rootProject.ext.buildToolsVersion
1211
defaultConfig {
1312
applicationId "io.pslab"
1413
minSdkVersion rootProject.ext.minSdkVersion

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,12 @@ ext {
3434
minSdkVersion = 23
3535
targetSdkVersion = 28
3636
compileSdkVersion = 28
37-
buildToolsVersion = '29.0.2'
3837

3938
// App dependencies
4039
supportLibraryVersion = '28.0.0'
4140
picassoVersion = '2.5.2'
4241
butterKnifeVersion = '10.2.3'
43-
circleImageViewVersion = '3.0.0'
42+
circleImageViewVersion = '3.1.0'
4443
mpAndroidChartVersion = 'v3.0.3'
4544
commonMathVersion = '3.6.1'
4645
commonLangVersion = '3.5'
@@ -70,7 +69,7 @@ ext {
7069

7170
// Test dependencies
7271
testRunnerRulesVersion = '1.0.2'
73-
junitVersion = '4.12'
72+
junitVersion = '4.13.2'
7473
espressoVersion = '3.0.2'
7574
mockitoVersion = '2.8.9'
7675
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Mon Oct 04 22:33:05 CEST 2021
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
43
zipStoreBase=GRADLE_USER_HOME
54
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip

0 commit comments

Comments
 (0)