Skip to content

Commit

Permalink
Update WireBuildPlugin.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton authored Nov 3, 2024
1 parent 7500b1e commit fdac8ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class WireBuildPlugin : Plugin<Project> {
plugins.withId("com.android.base") {
val android = extensions.getByName("android") as BaseExtension
android.apply {
compileSdkVersion(34)
compileSdkVersion(35)
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit fdac8ac

Please sign in to comment.