Skip to content

Commit 334bea1

Browse files
committed
Bump compileSdk and targetSdk [32 to 33]
1 parent f2e8b8f commit 334bea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/java/com/mxt/anitrend/buildsrc/common/Configuration.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ object Configuration {
2424
private const val patch = 11
2525
private const val candidate = 0
2626

27-
const val compileSdk = 32
28-
const val targetSdk = 32
27+
const val compileSdk = 33
28+
const val targetSdk = 33
2929
const val minSdk = 17
3030

3131
private const val channel = "beta"

0 commit comments

Comments
 (0)