Skip to content

Commit

Permalink
Merge branch '43-update-conscrypt-+-other-dependencies' into upgrade-…
Browse files Browse the repository at this point in the history
…to-m3
  • Loading branch information
ArnyminerZ committed Dec 8, 2024
2 parents 7ec9bbe + 8be7d43 commit f71b9b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ plugins {

android {
namespace = "at.bitfire.cert4android.demo"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "at.bitfire.cert4android.demo"
versionCode = 1
versionName = "1.0.0"

minSdk = 21
targetSdk = 34
targetSdk = 35

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit f71b9b9

Please sign in to comment.