Skip to content

Commit

Permalink
fixed readerSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilay-squareup committed Aug 8, 2024
1 parent 3cde0a1 commit 3b1bbf4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions reader-sdk-react-native-quickstart/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ buildscript {
android {
compileSdkVersion 34
buildToolsVersion "34.0.0"
// if (namespace == null) {
// namespace project.group
// }

}
}
}
Expand All @@ -31,7 +29,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 Expand Up @@ -67,8 +65,8 @@ allprojects {
maven {
url "https://sdk.squareup.com/android"
credentials {
username "sq0idp-ZEe0gjVrSrPSE1YMM4T75A"
password "35mywk6inosfvr4zgudkmssu5tvtuiwnicjvc2vn7xwf7ujtd22q"
username SQUARE_READER_SDK_APPLICATION_ID
password SQUARE_READER_SDK_REPOSITORY_PASSWORD
}
}
google()
Expand Down

0 comments on commit 3b1bbf4

Please sign in to comment.