Skip to content

Commit

Permalink
fixed wrong sdk version in dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilay-squareup committed Aug 6, 2024
1 parent c7f7783 commit 2b5cf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ dependencies {
def playServicesBaseVersion = rootProject.hasProperty('googlePlayServiceVersion') ? rootProject.googlePlayServiceVersion : DEFAULT_PLAY_SERVICES_BASE_VERSION
implementation 'com.facebook.react:react-native:+'
implementation "com.google.android.gms:play-services-base:$playServicesBaseVersion"
api "com.squareup.sdk.reader:reader-sdk:$readerSdkVersion"
implementation "com.squareup.sdk.reader:reader-sdk-$SQUARE_READER_SDK_APPLICATION_ID:$readerSdkVersion"
runtimeOnly "com.squareup.sdk.reader:reader-sdk-internals:$readerSdkVersion"
}

0 comments on commit 2b5cf3d

Please sign in to comment.