Skip to content

Commit

Permalink
Bump compileSdk to 35 (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Oct 30, 2024
1 parent e4dbe95 commit 0e8b6ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ open class QualityPluginConfig(var formatOnCompile: Boolean = false) {
}

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

0 comments on commit 0e8b6ff

Please sign in to comment.