Skip to content

Commit

Permalink
fix(connectivity_plus): Revert bump compileSDK to 34 (#2229)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen committed Oct 7, 2023
1 parent 8574422 commit 01df65c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 34
compileSdkVersion 33

namespace 'dev.fluttercommunity.plus.connectivity'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdkVersion 34
compileSdkVersion 33

namespace 'io.flutter.plugins.connectivityexample'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ subprojects {
project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}

0 comments on commit 01df65c

Please sign in to comment.