Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
Bump the android group with 2 updates (#270)
Browse files Browse the repository at this point in the history
Bumps the android group with 2 updates: com.android.tools.build:gradle and [android](https://github.com/JetBrains/kotlin).


Updates `com.android.tools.build:gradle` from 8.4.0 to 8.4.1

Updates `android` from 1.9.24 to 2.0.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.24...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 28, 2024
1 parent 318041f commit d615609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:8.4.0")
classpath("com.android.tools.build:gradle:8.4.1")
classpath("io.github.gradle-nexus:publish-plugin:1.3.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0")
}
Expand All @@ -17,7 +17,7 @@ allprojects {

plugins {
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
kotlin("android") version "1.9.24" apply false
kotlin("android") version "2.0.0" apply false
}

val publishUsername: String? by extra {
Expand Down

0 comments on commit d615609

Please sign in to comment.