Skip to content

Commit

Permalink
Update compile sdk to 33
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkranzler5 committed Dec 14, 2023
1 parent 476606a commit 639afdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ subprojects {

// Common android config
val commonAndroidConfig: CommonExtension<*, *, *, *, *>.() -> Unit = {
compileSdk = 30
compileSdk = 33

compileOptions {
sourceCompatibility = javaVersion
Expand Down

0 comments on commit 639afdc

Please sign in to comment.