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 1e862c4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ java {

android {
namespace = "com.example.platform.app"
compileSdk = 35

defaultConfig {
applicationId = "com.example.platform.app"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class SamplePlugin : Plugin<Project> {

pluginManager.withPlugin("com.android.library") {
configure<LibraryExtension> {
compileSdk = 34
compileSdk = 35
defaultConfig {
minSdk = 21
@Suppress("DEPRECATION")
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 1e862c4

Please sign in to comment.