Skip to content

Commit 4085ba1

Browse files
Fabio Carballofacebook-github-bot
Fabio Carballo
authored andcommitted
Increase compileSdkVersion, targetSdkVersion and builds tools
Summary: - Upgrade `compileSdkVersion` and `targetSdkVersion` to 33 - Upgrade build tools to compatible version. Reviewed By: adityasharat Differential Revision: D43393725 fbshipit-source-id: a926d7a1456b19d5b611d71203b0061a7f726fdd
1 parent 8ddac31 commit 4085ba1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle

+4-3
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,10 @@ tasks.withType(org.jetbrains.dokka.gradle.DokkaMultiModuleTask).configureEach {
9090

9191
ext {
9292
minSdkVersion = 16
93-
targetSdkVersion = 31
94-
compileSdkVersion = 31
95-
buildToolsVersion = '30.0.2'
93+
targetSdkVersion = 33
94+
compileSdkVersion = 33
95+
buildToolsVersion = '33.0.2'
96+
9697
sourceCompatibilityVersion = JavaVersion.VERSION_1_8
9798
targetCompatibilityVersion = JavaVersion.VERSION_1_8
9899
}

0 commit comments

Comments
 (0)