diff --git a/app/build.gradle b/app/build.gradle index a8636b1ebc..de67541d7b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 @@ -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