diff --git a/app/build.gradle b/app/build.gradle index f155df5..a4b83b2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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') } \ No newline at end of file diff --git a/build.gradle b/build.gradle index 1662444..034785f 100644 --- a/build.gradle +++ b/build.gradle @@ -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' }