We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2154c9b commit 997e642Copy full SHA for 997e642
app/build.gradle
@@ -1,12 +1,12 @@
1
apply plugin: 'com.android.application'
2
3
android {
4
- compileSdkVersion 32
+ compileSdkVersion 33
5
buildToolsVersion "30.0.3"
6
defaultConfig {
7
applicationId "com.example.readersdk"
8
minSdkVersion 24
9
- targetSdkVersion 31
+ targetSdkVersion 33
10
multiDexEnabled true
11
versionCode 1050
12
versionName "1.5"
@@ -44,7 +44,7 @@ repositories {
44
}
45
46
dependencies {
47
- def readerSdkVersion = "1.7.4"
+ def readerSdkVersion = "1.7.5"
48
// SQUARE_READER_SDK_APPLICATION_ID is defined in ./gradle.properties
49
implementation "com.squareup.sdk.reader:reader-sdk-$SQUARE_READER_SDK_APPLICATION_ID:$readerSdkVersion"
50
runtimeOnly "com.squareup.sdk.reader:reader-sdk-internals:$readerSdkVersion"
0 commit comments