We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e8b8f commit 334bea1Copy full SHA for 334bea1
buildSrc/src/main/java/com/mxt/anitrend/buildsrc/common/Configuration.kt
@@ -24,8 +24,8 @@ object Configuration {
24
private const val patch = 11
25
private const val candidate = 0
26
27
- const val compileSdk = 32
28
- const val targetSdk = 32
+ const val compileSdk = 33
+ const val targetSdk = 33
29
const val minSdk = 17
30
31
private const val channel = "beta"
0 commit comments