Skip to content

Commit

Permalink
update sampleplugin compile sdk to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
calren committed Nov 15, 2024
1 parent 8e85c28 commit e955430
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ class SamplePlugin : Plugin<Project> {

pluginManager.withPlugin("com.android.library") {
configure<LibraryExtension> {
compileSdk = 34
compileSdk = 35
defaultConfig {
minSdk = 21
@Suppress("DEPRECATION")
targetSdk = 34
targetSdk = 35
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
1 change: 0 additions & 1 deletion samples/media/ultrahdr/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ plugins {
android {
namespace = "com.example.platform.media.ultrahdr"
viewBinding.isEnabled = true
compileSdk = 35
}

dependencies {
Expand Down
1 change: 0 additions & 1 deletion samples/media/video/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ plugins {
android {
namespace = "com.example.platform.media.video"
viewBinding.isEnabled = true
compileSdk = 35

androidResources {
noCompress += "tflite"
Expand Down

0 comments on commit e955430

Please sign in to comment.