Skip to content

Commit 56f0686

Browse files
authored
Merge pull request #20854 from wordpress-mobile/andy/target-sdk-34
Set targetSdk to 34.
2 parents 0e05482 + 01cf519 commit 56f0686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
ext {
1616
minSdkVersion = 24
1717
compileSdkVersion = 34
18-
targetSdkVersion = 33
18+
targetSdkVersion = 34
1919
}
2020

2121
ext {

0 commit comments

Comments
 (0)