Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 1bb762c

Browse files
authored
Merge pull request #2946 from wordpress-mobile/fix/target-sdk-34-update
[Fix] Update target sdk from 33 to 34.
2 parents bf45b08 + c22c7e2 commit 1bb762c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ allprojects {
6262
ext {
6363
minSdkVersion = 24
6464
compileSdkVersion = 34
65-
targetSdkVersion = 33
65+
targetSdkVersion = 34
6666
}
6767

6868
ext {

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
id 'com.gradle.enterprise' version '3.9'
2222
}
2323

24-
def catalogVersion = "1.15.0"
24+
def catalogVersion = "1.16.0"
2525
dependencyResolutionManagement {
2626
repositories {
2727
exclusiveContent {

0 commit comments

Comments
 (0)