Skip to content

Commit

Permalink
Merge pull request #1074 from wordpress-mobile/fix/target-sdk-34-update
Browse files Browse the repository at this point in the history
[Fix] Update targetSdk to 34 from 33.
  • Loading branch information
irfano authored Jan 25, 2024
2 parents 79eddba + 420f14e commit 1aa0a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ subprojects {
ext {
minSdkVersion = 24
compileSdkVersion = 34
targetSdkVersion = 33
targetSdkVersion = 34
}

ext {
Expand All @@ -75,7 +75,7 @@ ext {
tagSoupVersion = '1.2.1'
glideVersion = '4.10.0'
picassoVersion = '2.5.2'
robolectricVersion = '4.9'
robolectricVersion = '4.11'
jUnitVersion = '4.12'
jSoupVersion = '1.11.3'
wordpressUtilsVersion = '3.5.0'
Expand Down

0 comments on commit 1aa0a85

Please sign in to comment.