Skip to content

Commit 379e4f9

Browse files
committed
Update compileSdk to 37
1 parent 5c69d9c commit 379e4f9

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

lib/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
android {
1919
namespace = "at.bitfire.cert4android"
2020

21-
compileSdk = 36
21+
compileSdk = 37
2222

2323
defaultConfig {
2424
minSdk = 23 // Android 6
@@ -127,4 +127,4 @@ dependencies {
127127
androidTestImplementation(libs.mockk.android)
128128

129129
testImplementation(libs.junit)
130-
}
130+
}

sample-app/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ plugins {
55

66
android {
77
namespace = "at.bitfire.cert4android.demo"
8-
compileSdk = 36
8+
9+
compileSdk = 37
910

1011
defaultConfig {
1112
applicationId = "at.bitfire.cert4android.demo"
@@ -55,4 +56,4 @@ dependencies {
5556
implementation(libs.okhttp)
5657

5758
implementation(project(":lib"))
58-
}
59+
}

0 commit comments

Comments
 (0)