We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c69d9c commit 379e4f9Copy full SHA for 379e4f9
2 files changed
lib/build.gradle.kts
@@ -18,7 +18,7 @@ plugins {
18
android {
19
namespace = "at.bitfire.cert4android"
20
21
- compileSdk = 36
+ compileSdk = 37
22
23
defaultConfig {
24
minSdk = 23 // Android 6
@@ -127,4 +127,4 @@ dependencies {
127
androidTestImplementation(libs.mockk.android)
128
129
testImplementation(libs.junit)
130
-}
+}
sample-app/build.gradle.kts
@@ -5,7 +5,8 @@ plugins {
5
6
7
namespace = "at.bitfire.cert4android.demo"
8
+
9
10
11
12
applicationId = "at.bitfire.cert4android.demo"
@@ -55,4 +56,4 @@ dependencies {
55
56
implementation(libs.okhttp)
57
58
implementation(project(":lib"))
59
0 commit comments