Skip to content

Commit

Permalink
build(deps): bump the dependencies group across 2 directories with 2 …
Browse files Browse the repository at this point in the history
…updates

Bumps the dependencies group with 1 update in the /android directory: com.android.tools.build:gradle.
Bumps the dependencies group with 1 update in the /example/android directory: org.jlleitschuh.gradle.ktlint.


Updates `com.android.tools.build:gradle` from 7.3.1 to 8.6.1

Updates `org.jlleitschuh.gradle.ktlint` from 12.1.1 to 12.1.2

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.jlleitschuh.gradle.ktlint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent eb01e7c commit d293a38
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -12,7 +12,7 @@ buildscript {
}

dependencies {
classpath("com.android.tools.build:gradle:7.3.1")
classpath("com.android.tools.build:gradle:8.6.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version")
// noinspection GradleDynamicVersion
classpath("org.jlleitschuh.gradle:ktlint-gradle:12.1.+")
Expand Down
2 changes: 1 addition & 1 deletion example/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
id "com.android.application" version '8.6.1' apply false
// use a Kotlin version that is compatible with MapLibre
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
id "org.jlleitschuh.gradle.ktlint" version "12.1.1" apply false
id "org.jlleitschuh.gradle.ktlint" version "12.1.2" apply false
}

include ":app"
Expand Down

0 comments on commit d293a38

Please sign in to comment.