Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: kotlin
- dependency-name: org.jetbrains.kotlin.android
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: kotlin
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 23, 2024
1 parent 27ca40a commit f791560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
ext.debug = gradle.startParameter.taskNames.any {
it.contains('debug') || it.contains('Debug')
}
ext.kotlin_version = '1.9.23'
ext.kotlin_version = '2.0.0'
ext.protobuf_version = '0.9.4'
ext.booster_version = '5.0.0-rc1'
repositories {
Expand Down Expand Up @@ -31,7 +31,7 @@ buildscript {
plugins {
id 'com.android.application' version '8.4.0' apply false
id 'com.android.library' version '8.4.0' apply false
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
id 'org.jetbrains.kotlin.android' version '2.0.0' apply false
id 'io.gitlab.arturbosch.detekt' version '1.23.6'
}

Expand Down

0 comments on commit f791560

Please sign in to comment.