Skip to content

Commit

Permalink
Merge pull request #141 from wordpress-mobile/fix/target-sdk-34-update
Browse files Browse the repository at this point in the history
[Fix] Update the targetSdk version to 34 from 33.
  • Loading branch information
notandyvee committed Jan 24, 2024
2 parents 8d5852c + e3b4df5 commit 4e85ad5
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 @@ -30,7 +30,7 @@ allprojects {
ext {
minSdkVersion = 24
compileSdkVersion = 34
targetSdkVersion = 33
targetSdkVersion = 34
}

ext {
Expand Down

0 comments on commit 4e85ad5

Please sign in to comment.