Skip to content

Commit

Permalink
Merge pull request #3126 from nextcloud/dependabot/gradle/com.vannikt…
Browse files Browse the repository at this point in the history
…ech-emoji-google-0.17.0

Build(deps): Bump com.vanniktech:emoji-google from 0.16.0 to 0.17.0
  • Loading branch information
AndyScherzinger authored Jun 28, 2023
2 parents e04068d + 5bfae57 commit a9153fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.9.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "com.vanniktech:emoji-google:0.16.0"
implementation "com.vanniktech:emoji-google:0.17.0"
implementation "androidx.emoji2:emoji2:${emojiVersion}"
implementation "androidx.emoji2:emoji2-bundled:${emojiVersion}"
implementation "androidx.emoji2:emoji2-views:${emojiVersion}"
Expand Down
2 changes: 1 addition & 1 deletion detekt.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build:
maxIssues: 73
maxIssues: 74
weights:
# complexity: 2
# LongParameterList: 1
Expand Down

0 comments on commit a9153fa

Please sign in to comment.