Skip to content

Commit

Permalink
Update dependency androidx.core:core to v1.15.0 (main) (#1043)
Browse files Browse the repository at this point in the history
* Update dependency androidx.core:core to v1.15.0

* update sdk version

---------

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 Nov 1, 2024
1 parent 1a2c934 commit 5c763d5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ opentelemetry-sdk-testing = { module = "io.opentelemetry:opentelemetry-sdk-testi
zipkin-sender-okhttp = "io.zipkin.reporter2:zipkin-sender-okhttp3:3.4.2"

androidx-browser = "androidx.browser:browser:1.8.0"
androidx-core = "androidx.core:core:1.13.1"
androidx-core = "androidx.core:core:1.15.0"
androidx-navigation-fragment = "androidx.navigation:navigation-fragment:2.7.7"
androidx-navigation-ui = "androidx.navigation:navigation-ui:2.7.7"
androidx-work = "androidx.work:work-runtime:2.9.1"
Expand Down
4 changes: 2 additions & 2 deletions sample-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ localProperties.load(FileInputStream(rootProject.file("local.properties")))
android {
namespace = "com.splunk.android.sample"

compileSdk = 34
compileSdk = 35
buildToolsVersion = "34.0.0"

defaultConfig {
applicationId = "com.splunk.android.sample"
minSdk = 21
targetSdk = 34
targetSdk = 35
versionCode = 1
versionName = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion splunk-otel-android-volley/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
android {
namespace = "com.splunk.android.rum.volley"

compileSdk = 34
compileSdk = 35
buildToolsVersion = "34.0.0"

defaultConfig {
Expand Down
2 changes: 1 addition & 1 deletion splunk-otel-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
android {
namespace = "com.splunk.android.rum"

compileSdk = 34
compileSdk = 35
buildToolsVersion = "34.0.0"

defaultConfig {
Expand Down

0 comments on commit 5c763d5

Please sign in to comment.