Skip to content

Commit

Permalink
⬆️ Bump targetSdk and compileSdk to 35
Browse files Browse the repository at this point in the history
Bumps `targetSdk` and `compileSdk` to 35.
  • Loading branch information
lorenzovngl committed Dec 12, 2024
1 parent ca0f10a commit 29fefd8
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 @@ -26,12 +26,12 @@ try {

android {
namespace = "com.lorenzovainigli.foodexpirationdates"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "com.lorenzovainigli.foodexpirationdates"
minSdk = 24
targetSdk = 34
targetSdk = 35
versionCode = 34
versionName = "2.5.0"

Expand Down

0 comments on commit 29fefd8

Please sign in to comment.