File tree 3 files changed +5
-5
lines changed
packages/device_info_plus/device_info_plus
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
25
25
apply plugin : ' kotlin-android'
26
26
27
27
android {
28
- compileSdkVersion 33
28
+ compileSdk 34
29
29
30
30
namespace ' dev.fluttercommunity.plus.device_info'
31
31
@@ -39,7 +39,7 @@ android {
39
39
}
40
40
41
41
defaultConfig {
42
- minSdkVersion 19
42
+ minSdk 19
43
43
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
44
44
}
45
45
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ android {
49
49
50
50
defaultConfig {
51
51
applicationId " io.flutter.plugins.deviceinfoexample.example"
52
- minSdkVersion 19
53
- targetSdkVersion 33
52
+ minSdk 19
53
+ targetSdk 34
54
54
versionCode flutterVersionCode. toInteger()
55
55
versionName flutterVersionName
56
56
}
You can’t perform that action at this time.
0 commit comments