Skip to content

Commit f71b9b9

Browse files
committed
Merge branch '43-update-conscrypt-+-other-dependencies' into upgrade-to-m3
2 parents 7ec9bbe + 8be7d43 commit f71b9b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample-app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ plugins {
66

77
android {
88
namespace = "at.bitfire.cert4android.demo"
9-
compileSdk = 34
9+
compileSdk = 35
1010

1111
defaultConfig {
1212
applicationId = "at.bitfire.cert4android.demo"
1313
versionCode = 1
1414
versionName = "1.0.0"
1515

1616
minSdk = 21
17-
targetSdk = 34
17+
targetSdk = 35
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
vectorDrawables {

0 commit comments

Comments
 (0)