File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ plugins {
2222
2323android {
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
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"
3131android {
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
You can’t perform that action at this time.
0 commit comments