File tree 2 files changed +6
-5
lines changed
packages/battery_plus/battery_plus
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ apply plugin: 'com.android.library'
24
24
apply plugin : ' kotlin-android'
25
25
26
26
android {
27
- compileSdkVersion 33
27
+ compileSdk 34
28
28
29
29
namespace ' dev.fluttercommunity.plus.battery'
30
30
@@ -38,9 +38,10 @@ android {
38
38
}
39
39
40
40
defaultConfig {
41
- minSdkVersion 19
41
+ minSdk 19
42
42
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
43
43
}
44
+
44
45
lintOptions {
45
46
disable ' InvalidPackage'
46
47
}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
26
26
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
27
27
28
28
android {
29
- compileSdkVersion 33
29
+ compileSdk 34
30
30
31
31
namespace ' io.flutter.plugins.batteryexample.example'
32
32
@@ -50,8 +50,8 @@ android {
50
50
defaultConfig {
51
51
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
52
52
applicationId " io.flutter.plugins.batteryexample.example"
53
- minSdkVersion 19
54
- targetSdkVersion 33
53
+ minSdk 19
54
+ targetSdk 34
55
55
versionCode flutterVersionCode. toInteger()
56
56
versionName flutterVersionName
57
57
}
You can’t perform that action at this time.
0 commit comments