We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9be63 commit c7f7783Copy full SHA for c7f7783
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-$SQUARE_READER_SDK_APPLICATION_ID:$readerSdkVersion"
+ api "com.squareup.sdk.reader:reader-sdk:$readerSdkVersion"
77
runtimeOnly "com.squareup.sdk.reader:reader-sdk-internals:$readerSdkVersion"
78
}
0 commit comments