Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit cc69ec2

Browse files
author
Emmanuel Garcia
committed
[camera] Remove Werror
1 parent a5510eb commit cc69ec2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/camera/camera/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.8+17
2+
3+
* Remove `-Werror"`, so the build succeeds when targeting Android 30.
4+
15
## 0.5.8+16
26

37
* Moved package to camera/camera subdir, to allow for federated implementations.

packages/camera/camera/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group 'io.flutter.plugins.camera'
22
version '1.0-SNAPSHOT'
3-
def args = ["-Xlint:deprecation","-Xlint:unchecked","-Werror"]
3+
def args = ["-Xlint:deprecation","-Xlint:unchecked"]
44

55
buildscript {
66
repositories {

packages/camera/camera/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: camera
22
description: A Flutter plugin for getting information about and controlling the
33
camera on Android and iOS. Supports previewing the camera feed, capturing images, capturing video,
44
and streaming image buffers to dart.
5-
version: 0.5.8+16
5+
version: 0.5.8+17
66
homepage: https://github.com/flutter/plugins/tree/master/packages/camera/camera
77

88
dependencies:

0 commit comments

Comments
 (0)