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 6f28f9e + 168b224 commit 6aa029bCopy full SHA for 6aa029b
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.4'
+ 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