Skip to content

Commit 08b7daa

Browse files
bump compileSDK
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 1c6fdce commit 08b7daa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ tasks.withType(SpotBugsTask){task ->
123123
}
124124

125125
android {
126-
compileSdk = 36
126+
compileSdk = 37
127127

128128
buildTypes {
129129
debug {

sample_client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727
}
2828

2929
android {
30-
compileSdk = 36
30+
compileSdk = 37
3131

3232

3333
packagingOptions {

0 commit comments

Comments
 (0)