Skip to content

Commit f9df331

Browse files
bump compileSDK to 37
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent a09136c commit f9df331

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ android {
4747

4848
defaultConfig {
4949
minSdk 23
50-
compileSdk = 36
50+
compileSdk = 37
5151
consumerProguardFiles 'consumer-proguard-rules.pro'
5252
}
5353

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
applicationId "com.nextcloud.android.sso.sample"
1515
minSdk 23
1616
targetSdk = 36
17-
compileSdk = 36
17+
compileSdk = 37
1818
versionCode 1
1919
versionName "1.0"
2020

0 commit comments

Comments
 (0)