Skip to content

Commit

Permalink
Update compile sdk to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkranzler5 committed Dec 14, 2023
1 parent 639afdc commit 2f0ddcc
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 = 33
compileSdk = 34

compileOptions {
sourceCompatibility = javaVersion
Expand Down

0 comments on commit 2f0ddcc

Please sign in to comment.