We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdbdca7 + f52dc63 commit 168b224Copy full SHA for 168b224
mindbox_android/android/build.gradle
@@ -48,5 +48,7 @@ android {
48
49
dependencies {
50
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
51
- implementation 'cloud.mindbox:mobile-sdk:2.8.2'
+ api 'cloud.mindbox:mobile-sdk:2.8.4'
52
+ api 'cloud.mindbox:mindbox-firebase:2.8.4'
53
+ api 'cloud.mindbox:mindbox-huawei:2.8.4'
54
}
0 commit comments