Skip to content

Commit 5317329

Browse files
authored
Merge pull request #1059 from wordpress-mobile/issue/1058-compile-sdk-version-34
[Android 14] Update compileSdkVersion to 34
2 parents 3796763 + 9911f01 commit 5317329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ subprojects {
6464

6565
ext {
6666
minSdkVersion = 24
67-
compileSdkVersion = 33
67+
compileSdkVersion = 34
6868
targetSdkVersion = 33
6969
}
7070

0 commit comments

Comments
 (0)