Skip to content

Commit 4e85ad5

Browse files
authored
Merge pull request #141 from wordpress-mobile/fix/target-sdk-34-update
[Fix] Update the targetSdk version to 34 from 33.
2 parents 8d5852c + e3b4df5 commit 4e85ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ allprojects {
3030
ext {
3131
minSdkVersion = 24
3232
compileSdkVersion = 34
33-
targetSdkVersion = 33
33+
targetSdkVersion = 34
3434
}
3535

3636
ext {

0 commit comments

Comments
 (0)