Skip to content

Commit

Permalink
fixed sdk version error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilay-squareup committed Aug 6, 2024
1 parent b6cc330 commit 4f9be63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
apply plugin: 'com.android.library'

def DEFAULT_PLAY_SERVICES_BASE_VERSION = '16.0.1'
def READER_SDK_VERSION = '[1.7.5, 2.0)'
def READER_SDK_VERSION = '1.7.4'

android {
compileSdkVersion 33
Expand Down
2 changes: 1 addition & 1 deletion reader-sdk-react-native-quickstart/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildscript {
minSdkVersion = 24
compileSdkVersion = 34
targetSdkVersion = 33
readerSdkVersion = "[1.7.5, 2.0)"
readerSdkVersion = "1.7.4"
ndkVersion = "21.4.7075529"
kotlin_version ='1.8.21'
}
Expand Down

0 comments on commit 4f9be63

Please sign in to comment.