Skip to content

Commit

Permalink
build(connectivity_plus): Update to target and compile SDK 34 on Andr…
Browse files Browse the repository at this point in the history
…oid (#2701)
  • Loading branch information
vbuberen authored Mar 15, 2024
1 parent 83237d0 commit 7ddd749
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 33
compileSdk 34

namespace 'dev.fluttercommunity.plus.connectivity'

Expand All @@ -32,7 +32,7 @@ android {
}

defaultConfig {
minSdkVersion 19
minSdk 19
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {
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 33
compileSdk 34

namespace 'io.flutter.plugins.connectivityexample'

Expand All @@ -40,8 +40,8 @@ android {

defaultConfig {
applicationId "io.flutter.plugins.connectivityexample"
minSdkVersion 19
targetSdkVersion 33
minSdk 19
targetSdk 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 7ddd749

Please sign in to comment.