Skip to content

Commit 5b729d4

Browse files
dependabot[bot]hannesa2
authored andcommitted
Bump appcompat from 1.2.0 to 1.3.0
Bumps appcompat from 1.2.0 to 1.3.0. Signed-off-by: dependabot[bot] <support@github.com> Bump gradle from 4.2.1 to 4.2.2 Bumps gradle from 4.2.1 to 4.2.2. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Bump material from 1.3.0 to 1.4.0 Bumps [material](https://github.com/material-components/material-components-android) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](material-components/material-components-android@1.3.0...1.4.0) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump appcompat from 1.3.0 to 1.3.1 Bumps appcompat from 1.3.0 to 1.3.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ff98773 commit 5b729d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MPChartExample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020
}
2121

2222
dependencies {
23-
implementation "androidx.appcompat:appcompat:1.2.0"
24-
implementation 'com.google.android.material:material:1.3.0'
23+
implementation "androidx.appcompat:appcompat:1.3.1"
24+
implementation 'com.google.android.material:material:1.4.0'
2525
implementation project(':MPChartLib')
2626
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
jcenter()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:4.2.1'
7+
classpath 'com.android.tools.build:gradle:4.2.2'
88
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
99
}
1010
}

0 commit comments

Comments
 (0)