Skip to content

Commit

Permalink
Merge pull request #66 from anthonycr/update-target-sdk
Browse files Browse the repository at this point in the history
Update target SDK to 35
  • Loading branch information
anthonycr authored Jan 28, 2025
2 parents 91d9629 + 92b01b7 commit c6c5fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ plugins {

android {
namespace = "com.anthonycr.mezzanine"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "com.anthonycr.mezzanine"
minSdk = 24
targetSdk = 34
targetSdk = 35
versionCode = 1
versionName = "1.0"
}
Expand Down

0 comments on commit c6c5fc8

Please sign in to comment.