Skip to content

Commit a3cd72f

Browse files
authored
build(device_info_plus): Update to target and compile SDK 34 on Android (#2704)
1 parent fc59745 commit a3cd72f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/device_info_plus/device_info_plus/android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
2525
apply plugin: 'kotlin-android'
2626

2727
android {
28-
compileSdkVersion 33
28+
compileSdk 34
2929

3030
namespace 'dev.fluttercommunity.plus.device_info'
3131

@@ -39,7 +39,7 @@ android {
3939
}
4040

4141
defaultConfig {
42-
minSdkVersion 19
42+
minSdk 19
4343
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
4444
}
4545

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

packages/device_info_plus/device_info_plus/example/android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ android {
4949

5050
defaultConfig {
5151
applicationId "io.flutter.plugins.deviceinfoexample.example"
52-
minSdkVersion 19
53-
targetSdkVersion 33
52+
minSdk 19
53+
targetSdk 34
5454
versionCode flutterVersionCode.toInteger()
5555
versionName flutterVersionName
5656
}

0 commit comments

Comments
 (0)