File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,10 @@ linter:
3535 - prefer_single_quotes
3636 - prefer_generic_function_type_aliases
3737 - prefer_final_fields
38-
38+
3939analyzer :
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
Original file line number Diff line number Diff line change 22
33FLUTTER_APP_FOLDER=$( cd ` dirname $0 ` /../; pwd)
44FLUTTER_APP_ORG=com.github.cloudwebrtc
5- FLUTTER_APP_PROJECT_NAME=sip_ua_example
5+ FLUTTER_APP_PROJECT_NAME=dart_sip_ua_example
66CMD=$1
77
88function 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" />'
You can’t perform that action at this time.
0 commit comments