Added release note for Android

This commit is contained in:
Alex Tran 2023-01-18 11:52:22 -06:00
parent ecb4ee2e3e
commit 1b6dd9241f
4 changed files with 13 additions and 11 deletions

View file

@ -0,0 +1,2 @@
* Various performance improvements
* UI improvement on metadata sheet

View file

@ -360,7 +360,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/RunnerProfile.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 76;
CURRENT_PROJECT_VERSION = 79;
DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
@ -495,7 +495,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 76;
CURRENT_PROJECT_VERSION = 79;
DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
@ -522,7 +522,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 76;
CURRENT_PROJECT_VERSION = 79;
DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;

View file

@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.39.0</string>
<string>1.42.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>76</string>
<string>79</string>
<key>LSRequiresIPhoneOS</key>
<true />
<key>MGLMapboxMetricsEnabledSettingShownInApp</key>

View file

@ -5,32 +5,32 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000212">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000301">
</testcase>
<testcase classname="fastlane.lanes" name="1: increment_version_number" time="1.00785">
<testcase classname="fastlane.lanes" name="1: increment_version_number" time="0.73906">
</testcase>
<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="5.724004">
<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="5.857767">
</testcase>
<testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.670744">
<testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.648708">
</testcase>
<testcase classname="fastlane.lanes" name="4: build_app" time="85.266784">
<testcase classname="fastlane.lanes" name="4: build_app" time="88.88212">
</testcase>
<testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="59.733923">
<testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="162.957763">
</testcase>