Skip to content

Commit

Permalink
Kotlin 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barnhill committed Jun 15, 2024
1 parent ad67c48 commit ca345ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
#libs
kotlinx-serialization = "1.6.3"
kotlinx-serialization = "1.7.0"
vanniktech-maven-publish = "0.28.0"
evalex = "3.2.0"
androidx-startup = "1.1.1"

#plugins
kotlin= "1.9.22"
gradlePlugins-agp = "8.3.1"
kotlin= "2.0.0"
gradlePlugins-agp = "8.3.2"
tomlChecker = "0.47.0"
gradleCacheFix = "3.0.1"
dokka = "1.9.20"
Expand Down
4 changes: 2 additions & 2 deletions obd/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ plugins {
alias(libs.plugins.toml.version.checker)
}

version = "1.4.3"
version = "1.4.4"
group = "com.pnuema.android"

android {
base.archivesName.set("obd")
namespace = "com.pnuema.android.obd"
compileSdk = 33
compileSdk = 34
defaultConfig {
minSdk = 24
}
Expand Down

0 comments on commit ca345ca

Please sign in to comment.