Skip to content

Commit 06d584d

Browse files
authored
Update SamplePlugin to compile and target API 35 (#215)
1 parent 1e91431 commit 06d584d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-logic/src/main/kotlin/com.example.platform.plugin/SamplePlugin.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ class SamplePlugin : Plugin<Project> {
6464

6565
pluginManager.withPlugin("com.android.library") {
6666
configure<LibraryExtension> {
67-
compileSdk = 34
67+
compileSdk = 35
6868
defaultConfig {
6969
minSdk = 21
7070
@Suppress("DEPRECATION")
71-
targetSdk = 34
71+
targetSdk = 35
7272
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
7373
}
7474

0 commit comments

Comments
 (0)