Skip to content

Commit

Permalink
chore(deps): bump io.coil-kt:coil from 2.4.0 to 2.5.0 in /android (#603)
Browse files Browse the repository at this point in the history
* chore(deps): bump io.coil-kt:coil from 2.4.0 to 2.5.0 in /android

Bumps [io.coil-kt:coil](https://github.com/coil-kt/coil) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@2.4.0...2.5.0)

---
updated-dependencies:
- dependency-name: io.coil-kt:coil
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* bump fakewallet sdk level

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: funkatronics <funkatronicsmail@gmail.com>
  • Loading branch information
dependabot[bot] and Funkatronics authored Nov 13, 2023
1 parent 4a82027 commit 935144c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/fakewallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ plugins {
android {
namespace = "com.solana.mobilewalletadapter.fakewallet"

compileSdk 33
compileSdk 34

defaultConfig {
applicationId "com.solana.mobilewalletadapter.fakewallet"
minSdk 23
targetSdk 33
targetSdk 34
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -113,8 +113,8 @@ dependencies {
implementation 'androidx.room:room-ktx:2.4.3'
implementation 'com.google.android.material:material:1.7.0'
implementation 'com.solanamobile:digital-asset-links-android:1.0.2'
implementation 'io.coil-kt:coil:2.4.0'
implementation 'io.coil-kt:coil-svg:2.4.0'
implementation 'io.coil-kt:coil:2.5.0'
implementation 'io.coil-kt:coil-svg:2.5.0'
implementation 'org.bouncycastle:bcprov-jdk18on:1.76'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
implementation 'io.github.funkatronics:multimult:0.2.0'
Expand Down

0 comments on commit 935144c

Please sign in to comment.