Skip to content

Commit

Permalink
all: bump org.jetbrains.kotlin:kotlin-bom to 2.0.21 (fixes #4621) (#…
Browse files Browse the repository at this point in the history
…4611)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dogi <[email protected]>
  • Loading branch information
dependabot[bot] and dogi authored Oct 11, 2024
1 parent 8d1382f commit bc9c1e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "org.ole.planet.myplanet"
minSdkVersion 26
targetSdkVersion 34
versionCode 2015
versionName "0.20.15"
versionCode 2016
versionName "0.20.16"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -230,7 +230,7 @@ dependencies {
implementation "io.noties.markwon:image:$markwon_version"
implementation "io.noties.markwon:html:$markwon_version"
implementation "io.noties.markwon:ext-tables:$markwon_version"
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.20"))
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.21"))
}
realm {
syncEnabled = true
Expand Down

0 comments on commit bc9c1e0

Please sign in to comment.