Skip to content

Commit 997e642

Browse files
authored
Update for 1.7.5 (#54)
1 parent 2154c9b commit 997e642

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 32
4+
compileSdkVersion 33
55
buildToolsVersion "30.0.3"
66
defaultConfig {
77
applicationId "com.example.readersdk"
88
minSdkVersion 24
9-
targetSdkVersion 31
9+
targetSdkVersion 33
1010
multiDexEnabled true
1111
versionCode 1050
1212
versionName "1.5"
@@ -44,7 +44,7 @@ repositories {
4444
}
4545

4646
dependencies {
47-
def readerSdkVersion = "1.7.4"
47+
def readerSdkVersion = "1.7.5"
4848
// SQUARE_READER_SDK_APPLICATION_ID is defined in ./gradle.properties
4949
implementation "com.squareup.sdk.reader:reader-sdk-$SQUARE_READER_SDK_APPLICATION_ID:$readerSdkVersion"
5050
runtimeOnly "com.squareup.sdk.reader:reader-sdk-internals:$readerSdkVersion"

0 commit comments

Comments
 (0)