Skip to content

Commit

Permalink
chore(deps): bump androidx.core:core-ktx from 1.13.1 to 1.15.0 in /ex…
Browse files Browse the repository at this point in the history
…amples/example-clientlib-ktx-app (#1021)

* chore(deps): bump androidx.core:core-ktx

Bumps androidx.core:core-ktx from 1.13.1 to 1.15.0.

---
updated-dependencies:
- dependency-name: androidx.core:core-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* bump compile+targetsdk

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marco Martinez <[email protected]>
  • Loading branch information
dependabot[bot] and Funkatronics authored Nov 4, 2024
1 parent b158989 commit 4ab5a5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/example-clientlib-ktx-app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ plugins {
}

android {
compileSdk 34
compileSdk 35
namespace 'com.solanamobile.ktxclientsample'

defaultConfig {
applicationId "com.solanamobile.ktxclientsample"
minSdk 27
targetSdk 34
targetSdk 35
versionCode 1
versionName "1.0"

Expand Down Expand Up @@ -64,7 +64,7 @@ android {
dependencies {
implementation project(path: ':clientlib-ktx')

implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.core:core-ktx:1.15.0'
implementation "androidx.compose.runtime:runtime:$compose_version"
implementation "androidx.compose.ui:ui:$compose_version"
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
Expand Down

0 comments on commit 4ab5a5c

Please sign in to comment.