Skip to content

Commit

Permalink
resolved PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilay-squareup committed Sep 19, 2024
1 parent d2a81e0 commit 5355948
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## Changelog

### v1.4.6 Sep 18, 2024

* Upgrade Reader SDK version support to 1.7.7 for iOS

### v1.4.5 Apr 25, 2024

* Upgrade Reader SDK version support to 1.7.4 for iOS
* Upgrade Reader SDK version support to 1.7.2 for iOS

### v1.4.4 Aug 16, 2023

Expand Down
2 changes: 1 addition & 1 deletion RNReaderSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "RNReaderSDK"
s.version = "1.7.4"
s.version = "1.7.7"
s.summary = "A React Native plugin for Square Reader SDK"
s.description = <<-DESC
A React Native plugin for Square Reader SDK
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ dependencies {
}
// The version of react-native is set by the React Native Gradle Plugin
implementation("com.facebook.react:react-android")
// implementation 'com.reactnative:react-native-square-reader-sdk:1.7.4'
def readerSdkVersion = "1.7.7"
implementation "com.squareup.sdk.reader:reader-sdk-$SQUARE_READER_SDK_APPLICATION_ID:$readerSdkVersion"
runtimeOnly "com.squareup.sdk.reader:reader-sdk-internals:$readerSdkVersion"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ import com.facebook.react.ReactPackage
import com.facebook.react.PackageList
import com.facebook.soloader.SoLoader
import com.rnreadersdksample.MainApplication

import com.squareup.sdk.reader.ReaderSdk
import android.content.Context
import com.facebook.react.ReactInstanceManager
import com.squareup.sdk.reader.ReaderSdk
import java.lang.ClassNotFoundException
import java.lang.NoSuchMethodException
import java.lang.IllegalAccessException
Expand Down

0 comments on commit 5355948

Please sign in to comment.