Skip to content

Commit 942ab72

Browse files
committed
updated compileSdkVersion to 37
1 parent 82e3c5c commit 942ab72

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ plugins {
2222

2323
android {
2424
namespace 'com.example.composepaybutton'
25-
compileSdk = 36
25+
compileSdk = 37
2626

2727
defaultConfig {
2828
applicationId "com.example.composepaybutton"
2929
minSdk 23
30-
targetSdk 36
30+
targetSdk 37
3131
versionCode 1
3232
versionName "1.0"
3333

compose-pay-button/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"
3131
android {
3232
namespace 'com.google.pay.button'
3333
description 'Google Pay Button for Jetpack Compose'
34-
compileSdkVersion 36
34+
compileSdkVersion 37
3535

3636
defaultConfig {
3737
minSdk 21
@@ -65,10 +65,10 @@ android {
6565
}
6666
}
6767
lint {
68-
targetSdk 36
68+
targetSdk 37
6969
}
7070
testOptions {
71-
targetSdk 36
71+
targetSdk 37
7272
}
7373
}
7474

0 commit comments

Comments
 (0)