File tree 5 files changed +3
-34
lines changed
packages/camera/camera_android
src/main/java/io/flutter/plugins/camera
5 files changed +3
-34
lines changed Original file line number Diff line number Diff line change 1
- ## NEXT
1
+ ## 0.10.8+1
2
2
3
+ * Fixes lint errors.
3
4
* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
4
5
5
6
## 0.10.8
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ android {
34
34
compileSdkVersion 33
35
35
36
36
defaultConfig {
37
- targetSdkVersion 31
38
37
minSdkVersion 21
39
38
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
40
39
}
@@ -48,10 +47,6 @@ android {
48
47
targetCompatibility JavaVersion . VERSION_1_8
49
48
}
50
49
51
- lint {
52
- baseline = file(" lint-baseline.xml" )
53
- }
54
-
55
50
testOptions {
56
51
unitTests. includeAndroidResources = true
57
52
unitTests. returnDefaultValues = true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ interface CameraDeviceWrapper {
24
24
@ TargetApi (Build .VERSION_CODES .P )
25
25
void createCaptureSession (SessionConfiguration config ) throws CameraAccessException ;
26
26
27
- @ TargetApi (Build .VERSION_CODES .LOLLIPOP )
28
27
void createCaptureSession (
29
28
@ NonNull List <Surface > outputs ,
30
29
@ NonNull CameraCaptureSession .StateCallback callback ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Android implementation of the camera plugin.
3
3
repository : https://github.com/flutter/packages/tree/main/packages/camera/camera_android
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
5
5
6
- version : 0.10.8
6
+ version : 0.10.8+1
7
7
8
8
environment :
9
9
sdk : " >=2.18.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments