Skip to content

Commit 149d195

Browse files
committed
update.
1 parent 116e0d7 commit 149d195

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

analysis_options.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ linter:
3535
- prefer_single_quotes
3636
- prefer_generic_function_type_aliases
3737
- prefer_final_fields
38-
38+
3939
analyzer:
4040
errors:
41+
constant_identifier_names: ignore
4142
always_put_control_body_on_new_line: ignore
4243
argument_type_not_assignable: ignore
4344
omit_local_variable_types: ignore

example/scripts/project_tools.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FLUTTER_APP_FOLDER=$(cd `dirname $0`/../; pwd)
44
FLUTTER_APP_ORG=com.github.cloudwebrtc
5-
FLUTTER_APP_PROJECT_NAME=sip_ua_example
5+
FLUTTER_APP_PROJECT_NAME=dart_sip_ua_example
66
CMD=$1
77

88
function cleanup() {
@@ -37,7 +37,7 @@ function add_permission_label() {
3737
echo ""
3838
echo "Add permission labels to AndroidManifest.xml."
3939
echo ""
40-
python add-line.py -i ../android/app/build.gradle -s 'minSdkVersion 16' -t 'minSdkVersion 18' -r
40+
python add-line.py -i ../android/app/build.gradle -s 'minSdkVersion 16' -t 'minSdkVersion 21' -r
4141
python add-line.py -i ../android/app/src/main/AndroidManifest.xml -s "<application" -t ' <uses-permission android:name="android.permission.CAMERA" />'
4242
python add-line.py -i ../android/app/src/main/AndroidManifest.xml -s "<application" -t ' <uses-permission android:name="android.permission.RECORD_AUDIO" />'
4343
python add-line.py -i ../android/app/src/main/AndroidManifest.xml -s "<application" -t ' <uses-permission android:name="android.permission.WAKE_LOCK" />'

0 commit comments

Comments
 (0)