Skip to content

Commit

Permalink
fix(deps): update dependency androidx.core:core-ktx to v1.15.0 (#677)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency androidx.core:core-ktx to v1.15.0

* group updates

* update androidx-core version

* update to compileSdk=35 (required for new version of androidx.core)

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jason Plumb <[email protected]>
  • Loading branch information
renovate[bot] and breedx-splk authored Oct 30, 2024
1 parent 105567e commit e506f0e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@
"^androidx.lifecycle"
],
"groupName": "androidx.lifecycle"
},
{
"matchPackagePatterns": [
"^androidx.core"
],
"groupName": "androidx.core"
}
]
}
2 changes: 1 addition & 1 deletion demo-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ localProperties.load(FileInputStream(rootProject.file("local.properties")))

android {
namespace = "io.opentelemetry.android.demo"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "io.opentelemetry.android.demo"
Expand Down
2 changes: 1 addition & 1 deletion demo-app/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ junit-vintage-engine = { module = "org.junit.vintage:junit-vintage-engine", vers
desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.1.2"

# demo-app
androidx-core-ktx = "androidx.core:core-ktx:1.13.1"
androidx-core-ktx = "androidx.core:core-ktx:1.15.0"
androidx-lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.8.6"
androidx-compose-bom = "androidx.compose:compose-bom:2024.10.00"
androidx-activity-compose = "androidx.activity:activity-compose:1.9.3"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true

android.minSdk=21
android.compileSdk=34
android.compileSdk=35
version=0.9.0
group=io.opentelemetry.android
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ autoService = "1.1.1"
opentelemetry-platform-alpha = { module = "io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha", version.ref = "opentelemetry-instrumentation-alpha" }
opentelemetry-platform = { module = "io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom" }
androidx-navigation-fragment = "androidx.navigation:navigation-fragment:2.7.7"
androidx-core = "androidx.core:core:1.13.1"
androidx-core = "androidx.core:core:1.15.0"
androidx-lifecycle-process = "androidx.lifecycle:lifecycle-process:2.8.6"
findbugs-jsr305 = "com.google.code.findbugs:jsr305:3.0.2"
byteBuddy = { module = "net.bytebuddy:byte-buddy", version.ref = "byteBuddy" }
Expand Down

0 comments on commit e506f0e

Please sign in to comment.