Skip to content

Commit

Permalink
fix(deps): update dependency com.android.tools.build:gradle to v7.4.2
Browse files Browse the repository at this point in the history
* fix(deps): update dependency com.android.tools.build:gradle to v7.4.2
  • Loading branch information
renovate[bot] authored Mar 30, 2023
1 parent 04a6548 commit ca1ae88
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.1.3'
classpath 'com.android.tools.build:gradle:7.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
14 changes: 13 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"forkProcessing": "enabled",
"extends": [
"config:base"
]
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
}
}

0 comments on commit ca1ae88

Please sign in to comment.