Skip to content

Commit

Permalink
update dependencies, target api 35
Browse files Browse the repository at this point in the history
  • Loading branch information
barnhill committed Dec 4, 2024
1 parent 5f5c34c commit 7a5f8e1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {

tasks {
wrapper {
gradleVersion = "8.10"
gradleVersion = "8.11.1"
distributionType = Wrapper.DistributionType.BIN
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android.useAndroidX=true
android.enableJetifier=false

GROUP=com.pnuema.android
VERSION_NAME=1.5.1
VERSION_NAME=1.6.0

POM_NAME=Android OBD Library
POM_ARTIFACT_ID=obd
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
#libs
kotlinx-serialization = "1.7.0"
kotlinx-serialization = "1.7.1"
vanniktech-maven-publish = "0.29.0"
evalex = "3.3.0"
androidx-startup = "1.1.1"
androidx-startup = "1.2.0"

#plugins
kotlin= "2.0.10"
gradlePlugins-agp = "8.5.2"
kotlin= "2.0.21"
gradlePlugins-agp = "8.7.3"
tomlChecker = "0.51.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.5.0"
version = "1.6.0"
group = "com.pnuema.android"

android {
base.archivesName.set("obd")
namespace = "com.pnuema.android.obd"
compileSdk = 34
compileSdk = 35
defaultConfig {
minSdk = 24
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pluginManagement {
}

plugins {
id("com.gradle.develocity") version "3.17.6"
id("com.gradle.develocity") version "3.18.2"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit 7a5f8e1

Please sign in to comment.