Skip to content

Commit

Permalink
Increase SDK to 35 (#410)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
  • Loading branch information
ArnyminerZ authored Sep 9, 2024
1 parent 0e9ad09 commit 6889fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ plugins {
}

android {
compileSdk = 34
compileSdk = 35

namespace = "at.bitfire.icsdroid"

defaultConfig {
applicationId = "at.bitfire.icsdroid"
minSdk = 23
targetSdk = 34
targetSdk = 35

versionCode = 80
versionName = "2.2.4"
Expand Down

0 comments on commit 6889fb9

Please sign in to comment.