Skip to content

Commit

Permalink
Update gradle dependencies (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdlaver authored Dec 8, 2022
1 parent 41fad4d commit fa3003a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
implementation 'com.google.android.material:material:1.7.0'
implementation 'com.solanamobile:digital-asset-links-android:1.0.1'
implementation 'com.solanamobile:digital-asset-links-android:1.0.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
implementation project(path: ':pay')
}
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.3.0' apply false
id 'com.android.library' version '7.3.0' apply false
id 'org.jetbrains.kotlin.android' version '1.7.21' apply false
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
id 'org.jetbrains.kotlin.android' version '1.7.22' apply false
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
}

Expand Down

0 comments on commit fa3003a

Please sign in to comment.