We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f7783 commit 2b5cf3dCopy full SHA for 2b5cf3d
android/build.gradle
@@ -73,6 +73,6 @@ dependencies {
73
def playServicesBaseVersion = rootProject.hasProperty('googlePlayServiceVersion') ? rootProject.googlePlayServiceVersion : DEFAULT_PLAY_SERVICES_BASE_VERSION
74
implementation 'com.facebook.react:react-native:+'
75
implementation "com.google.android.gms:play-services-base:$playServicesBaseVersion"
76
- api "com.squareup.sdk.reader:reader-sdk:$readerSdkVersion"
+ implementation "com.squareup.sdk.reader:reader-sdk-$SQUARE_READER_SDK_APPLICATION_ID:$readerSdkVersion"
77
runtimeOnly "com.squareup.sdk.reader:reader-sdk-internals:$readerSdkVersion"
78
}
0 commit comments