Skip to content

Commit 1aa0a85

Browse files
authored
Merge pull request #1074 from wordpress-mobile/fix/target-sdk-34-update
[Fix] Update targetSdk to 34 from 33.
2 parents 79eddba + 420f14e commit 1aa0a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ subprojects {
6565
ext {
6666
minSdkVersion = 24
6767
compileSdkVersion = 34
68-
targetSdkVersion = 33
68+
targetSdkVersion = 34
6969
}
7070

7171
ext {
@@ -75,7 +75,7 @@ ext {
7575
tagSoupVersion = '1.2.1'
7676
glideVersion = '4.10.0'
7777
picassoVersion = '2.5.2'
78-
robolectricVersion = '4.9'
78+
robolectricVersion = '4.11'
7979
jUnitVersion = '4.12'
8080
jSoupVersion = '1.11.3'
8181
wordpressUtilsVersion = '3.5.0'

0 commit comments

Comments
 (0)