Skip to content

Commit

Permalink
Update compileSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Aug 9, 2023
1 parent cb3e7f8 commit 3e48eae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ open class QualityPluginConfig(
}

open class AndroidPluginConfig(
var compileSdkVersion: Int = 33,
var compileSdkVersion: Int = 34,
var minSdkVersion: Int = 26,
var targetSdkVersion: Int? = null,
) {
Expand Down

0 comments on commit 3e48eae

Please sign in to comment.