Skip to content

Commit 4c25a87

Browse files
committed
chore: bump value of size of shared project
1 parent a636559 commit 4c25a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def __init__(self, type, id, size, texts):
4949

5050

5151
class Apps(object):
52-
__ns_only_size = SizeInfo(init=195944958, apk_bundle_uglify_aot_snapshot=15743753, ipa_bundle_uglify_aot=15743753)
52+
__ns_only_size = SizeInfo(init=248157241, apk_bundle_uglify_aot_snapshot=15743753, ipa_bundle_uglify_aot=15743753)
5353
__shared_size = SizeInfo(init=273331339, apk_bundle_uglify_aot_snapshot=15743753, ipa_bundle_uglify_aot=15743753)
5454
SCHEMATICS_SHARED = AppInfo(type=AppType.SHARED_NG, id=None, size=__shared_size, texts=['Welcome'])
5555
SCHEMATICS_SHARED_SAMPLE = AppInfo(type=AppType.SHARED_NG, id=None, size=__shared_size, texts=['Barcelona'])

0 commit comments

Comments
 (0)