Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump io.coil-kt:coil from 2.4.0 to 2.5.0 in /android #603

Merged
merged 2 commits into from
Nov 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading