We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb74e2 commit e641d5dCopy full SHA for e641d5d
android/app/build.gradle
@@ -80,7 +80,7 @@ dependencies {
80
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion")
81
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion")
82
83
- def saplingVersion = "0.0.7-android-16kb-beta00"
+ def saplingVersion = "0.0.7-android-16kb"
84
implementation "com.github.airgap-it:airgap-sapling:$saplingVersion"
85
86
implementation "org.bouncycastle:bcprov-jdk15on:1.70"
0 commit comments