Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump material from 1.4.0 to 1.6.1 #56

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
3e63b2b
Bump gradle from 4.1.2 to 4.1.3 (#10)
dependabot[bot] Mar 19, 2021
35d5e80
Bump kotlin-gradle-plugin from 1.4.31 to 1.4.32 (#11)
dependabot[bot] Mar 23, 2021
d11cca3
Apply kotlin-gradle plugin to Android app module
wzieba Apr 18, 2021
f7ef843
Bump kotlin-gradle-plugin from 1.4.32 to 1.5.0 (#14)
dependabot[bot] Apr 26, 2021
178442a
Bump gradle from 4.1.3 to 4.2.0 (#15)
dependabot[bot] May 5, 2021
ad3ccc8
Bump gradle from 4.2.0 to 4.2.1 (#16)
dependabot[bot] May 14, 2021
3c9cf1e
Bump appcompat from 1.2.0 to 1.3.0 (#17)
dependabot[bot] May 19, 2021
4ae490a
Bump kotlin-gradle-plugin from 1.5.0 to 1.5.20 (#19)
dependabot[bot] Jun 24, 2021
a7a6b38
Bump gradle from 4.2.1 to 4.2.2 (#20)
dependabot[bot] Jun 30, 2021
331b45e
Bump material from 1.3.0 to 1.4.0 (#21)
dependabot[bot] Jul 2, 2021
e00e02a
Bump kotlin-gradle-plugin from 1.5.20 to 1.5.21 (#22)
dependabot[bot] Jul 13, 2021
110ae47
Bump appcompat from 1.3.0 to 1.3.1 (#23)
dependabot[bot] Jul 21, 2021
dabe1dd
Bump constraintlayout from 2.0.4 to 2.1.0 (#25)
dependabot[bot] Aug 2, 2021
d6c0d56
Bump kotlin-gradle-plugin from 1.5.21 to 1.5.30 (#27)
dependabot[bot] Aug 24, 2021
7fa3c82
Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#29)
dependabot[bot] Sep 20, 2021
16520c0
Bump constraintlayout from 2.1.0 to 2.1.1 (#30)
dependabot[bot] Sep 27, 2021
a5b135e
Bump constraintlayout from 2.1.1 to 2.1.2 (#34)
dependabot[bot] Nov 17, 2021
b1ae43e
Bump kotlin-gradle-plugin from 1.5.31 to 1.6.10 (#38)
dependabot[bot] Dec 14, 2021
5ce8ee6
Bump material from 1.4.0 to 1.6.1
dependabot[bot] Jun 1, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump kotlin-gradle-plugin from 1.4.31 to 1.4.32 (#11)
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.4.31 to 1.4.32.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 23, 2021
commit 35d5e803197e2ffe060f5ccb125a7f982e567b5c
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.31")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32")
classpath("com.android.tools.build:gradle:4.1.3")
}
}
Expand Down