Skip to content

Commit

Permalink
Change compileSdkVersion to 32 (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Aug 14, 2022
1 parent 2ca0d7d commit e6863df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ open class QualityPluginConfig(
}

open class AndroidPluginConfig(
var compileSdkVersion: Int = 31,
var compileSdkVersion: Int = 32,
var minSdkVersion: Int = 23,
var targetSdkVersion: Int? = null,
) {
Expand Down

0 comments on commit e6863df

Please sign in to comment.