Skip to content

Commit

Permalink
Gradle recipes target SDK 35.
Browse files Browse the repository at this point in the history
To align with ag/28594224 the recipes
should target 35 as well.

Bug: 344016691
Test: Existing tests
Change-Id: I9358e31f8b9f0e796e9477d284040d86532285c5
  • Loading branch information
Wojciech Fijołek committed Aug 7, 2024
1 parent 4cc824d commit 1eeee66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import kotlin.io.path.isRegularFile
/**
* The compile SDK version for recipes
*/
const val compileSdkVersion = "34"
const val compileSdkVersion = "35"

/**
* The minimum SDK version for recipes
Expand Down

0 comments on commit 1eeee66

Please sign in to comment.