Skip to content

Commit b9f9192

Browse files
authored
Merge pull request #135 from wordpress-mobile/issue/134-compile-sdk-version-34
[Android 14] Update compileSdkVersion to 34
2 parents e539743 + aa5f7db commit b9f9192

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
@@ -29,7 +29,7 @@ allprojects {
2929

3030
ext {
3131
minSdkVersion = 24
32-
compileSdkVersion = 33
32+
compileSdkVersion = 34
3333
targetSdkVersion = 33
3434
}
3535

0 commit comments

Comments
 (0)