We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e91431 commit 06d584dCopy full SHA for 06d584d
build-logic/src/main/kotlin/com.example.platform.plugin/SamplePlugin.kt
@@ -64,11 +64,11 @@ class SamplePlugin : Plugin<Project> {
64
65
pluginManager.withPlugin("com.android.library") {
66
configure<LibraryExtension> {
67
- compileSdk = 34
+ compileSdk = 35
68
defaultConfig {
69
minSdk = 21
70
@Suppress("DEPRECATION")
71
- targetSdk = 34
+ targetSdk = 35
72
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
73
}
74
0 commit comments