File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1414 <uses-permission android : name =" android.permission.BLUETOOTH_CONNECT" />
1515
1616 <application
17- android : label =" Dogfooding "
17+ android : label =" Stream Video Calls (Flutter) "
1818 android : name =" ${applicationName}"
1919 android : icon =" @mipmap/ic_launcher" >
2020 <activity
Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ platform :android do
3030 track : 'internal' ,
3131 aab : "../build/app/outputs/bundle/release/app-release.aab" ,
3232 skip_upload_screenshots : true ,
33- skip_upload_images : true
33+ skip_upload_images : true ,
34+ release_status : "draft"
3435 )
3536 end
3637end
Original file line number Diff line number Diff line change 1717 <key >CFBundleDevelopmentRegion </key >
1818 <string >$(DEVELOPMENT_LANGUAGE) </string >
1919 <key >CFBundleDisplayName </key >
20- <string >Dogfooding </string >
20+ <string >Stream Video Calls (Flutter) </string >
2121 <key >CFBundleExecutable </key >
2222 <string >$(EXECUTABLE_NAME) </string >
2323 <key >CFBundleIdentifier </key >
You can’t perform that action at this time.
0 commit comments