Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
feat(app): update targetSdk to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBrighi committed Aug 10, 2023
1 parent ca94959 commit 07efc72
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 @@ -14,12 +14,12 @@ androidGitSemVer {

android {
namespace = "com.intelligentbackpack.app"
compileSdk = 33
compileSdk = 34

defaultConfig {
applicationId = "com.intelligentbackpack.app"
minSdk = 29
targetSdk = 33
targetSdk = 34
versionCode = androidGitSemVer.computeVersionCode()
versionName = androidGitSemVer.computeVersion()

Expand Down

0 comments on commit 07efc72

Please sign in to comment.