Skip to content

Commit

Permalink
Merge pull request #2946 from wordpress-mobile/fix/target-sdk-34-update
Browse files Browse the repository at this point in the history
[Fix] Update target sdk from 33 to 34.
  • Loading branch information
irfano committed Jan 26, 2024
2 parents bf45b08 + c22c7e2 commit 1bb762c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ allprojects {
ext {
minSdkVersion = 24
compileSdkVersion = 34
targetSdkVersion = 33
targetSdkVersion = 34
}

ext {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
id 'com.gradle.enterprise' version '3.9'
}

def catalogVersion = "1.15.0"
def catalogVersion = "1.16.0"
dependencyResolutionManagement {
repositories {
exclusiveContent {
Expand Down

0 comments on commit 1bb762c

Please sign in to comment.