Skip to content

Commit

Permalink
Bump compileSdk and targetSdk [32 to 33]
Browse files Browse the repository at this point in the history
  • Loading branch information
wax911 committed Oct 10, 2022
1 parent f2e8b8f commit 334bea1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ object Configuration {
private const val patch = 11
private const val candidate = 0

const val compileSdk = 32
const val targetSdk = 32
const val compileSdk = 33
const val targetSdk = 33
const val minSdk = 17

private const val channel = "beta"
Expand Down

0 comments on commit 334bea1

Please sign in to comment.