Skip to content

Commit

Permalink
Revert to targetSdkVersion to prevent system bar overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury committed Jan 17, 2025
1 parent 24acbef commit 744b6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plugins {
ext {
minSdkVersion = 26
compileSdkVersion = 35
targetSdkVersion = 35
targetSdkVersion = 34

secretProperties = loadSecrets(
logger,
Expand Down

0 comments on commit 744b6d1

Please sign in to comment.