We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce871b commit 08b2913Copy full SHA for 08b2913
2 files changed
TapSamsungPay/build.gradle
@@ -43,7 +43,6 @@ dependencies {
43
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
44
implementation files('libs/SamsungPaySDK_2.18.00_release.jar')
45
api 'com.github.Tap-Payments:TapUIKit-Android:2.0.2'
46
- implementation project(path: ':Tapshimmer')
47
48
implementation "io.reactivex.rxjava2:rxjava:2.2.19"
49
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
settings.gradle
@@ -18,4 +18,3 @@ dependencyResolutionManagement {
18
rootProject.name = "My Application"
19
include ':app'
20
include ':TapSamsungPay'
21
-include ':Tapshimmer'
0 commit comments