File tree Expand file tree Collapse file tree 5 files changed +3
-34
lines changed
packages/camera/camera_android
src/main/java/io/flutter/plugins/camera Expand file tree Collapse file tree 5 files changed +3
-34
lines changed Original file line number Diff line number Diff line change 1- ## NEXT
1+ ## 0.10.8+1
22
3+ * Fixes lint errors.
34* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
45
56## 0.10.8
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ android {
3434 compileSdkVersion 33
3535
3636 defaultConfig {
37- targetSdkVersion 31
3837 minSdkVersion 21
3938 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
4039 }
@@ -48,10 +47,6 @@ android {
4847 targetCompatibility JavaVersion . VERSION_1_8
4948 }
5049
51- lint {
52- baseline = file(" lint-baseline.xml" )
53- }
54-
5550 testOptions {
5651 unitTests. includeAndroidResources = true
5752 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 {
2424 @ TargetApi (Build .VERSION_CODES .P )
2525 void createCaptureSession (SessionConfiguration config ) throws CameraAccessException ;
2626
27- @ TargetApi (Build .VERSION_CODES .LOLLIPOP )
2827 void createCaptureSession (
2928 @ NonNull List <Surface > outputs ,
3029 @ 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.
33repository : https://github.com/flutter/packages/tree/main/packages/camera/camera_android
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
55
6- version : 0.10.8
6+ version : 0.10.8+1
77
88environment :
99 sdk : " >=2.18.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments