We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79eddba + 420f14e commit 1aa0a85Copy full SHA for 1aa0a85
1 file changed
build.gradle
@@ -65,7 +65,7 @@ subprojects {
65
ext {
66
minSdkVersion = 24
67
compileSdkVersion = 34
68
- targetSdkVersion = 33
+ targetSdkVersion = 34
69
}
70
71
@@ -75,7 +75,7 @@ ext {
75
tagSoupVersion = '1.2.1'
76
glideVersion = '4.10.0'
77
picassoVersion = '2.5.2'
78
- robolectricVersion = '4.9'
+ robolectricVersion = '4.11'
79
jUnitVersion = '4.12'
80
jSoupVersion = '1.11.3'
81
wordpressUtilsVersion = '3.5.0'
0 commit comments