Skip to content

Commit 1e862c4

Browse files
committed
update sampleplugin compile sdk to 35
1 parent 8e85c28 commit 1e862c4

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

app/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ java {
3030

3131
android {
3232
namespace = "com.example.platform.app"
33-
compileSdk = 35
3433

3534
defaultConfig {
3635
applicationId = "com.example.platform.app"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ 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")

samples/media/video/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ plugins {
2222
android {
2323
namespace = "com.example.platform.media.video"
2424
viewBinding.isEnabled = true
25-
compileSdk = 35
2625

2726
androidResources {
2827
noCompress += "tflite"

0 commit comments

Comments
 (0)