Skip to content

Commit

Permalink
Set targetSdk to prevent letterboxing
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Feb 1, 2024
1 parent 658ffed commit b36f81c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ android {
applicationId = namespace
minSdk = libs.versions.minSdk.get().toInt()
compileSdk = libs.versions.compileSdk.get().toInt()
targetSdk = libs.versions.compileSdk.get().toInt()
versionCode = 1
versionName = "1.0"
}
Expand Down

0 comments on commit b36f81c

Please sign in to comment.