Skip to content

Commit

Permalink
chore(deps): bump androidx.core:core-ktx from 1.9.0 to 1.12.0 in /and…
Browse files Browse the repository at this point in the history
…roid (#691)

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

Bumps androidx.core:core-ktx from 1.9.0 to 1.12.0.

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update build.gradle

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marco Martinez <funkatronicsmail@gmail.com>
  • Loading branch information
dependabot[bot] and Funkatronics authored Feb 9, 2024
1 parent 2978b92 commit c32b5a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/clientlib-ktx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ plugins {
android {
namespace = "com.solana.mobilewalletadapter.clientlib"

compileSdk 33
compileSdk 34

defaultConfig {
minSdk 24
targetSdk 33
targetSdk 34

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down Expand Up @@ -119,7 +119,7 @@ tasks.whenTaskAdded { task ->

dependencies {
api(project(":clientlib"))
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.core:core-ktx:1.12.0'
implementation "androidx.activity:activity-ktx:1.8.2"
implementation 'androidx.test.ext:junit-ktx:1.1.5'

Expand Down

0 comments on commit c32b5a9

Please sign in to comment.