-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #5404: Migrate from super.onBackPressed() to onBackPressedDispatcher.onBackPressed() #5441
Conversation
…ressed() - Replaced the deprecated super.onBackPressed() method with onBackPressedDispatcher.onBackPressed() - Ensures compatibility with newer Android SDK versions - Updated necessary activities and fragments to use the new back pressed dispatcher - Verified that back navigation works correctly with the toolbar back arrow, system back button, and tablet-specific behaviors Activities and fragments corrected: - app/src/main/java/org/oppia/android/app/settings/profile/ProfileEditActivity - app/src/main/java/org/oppia/android/app/settings/profile/ProfileEditActivityPresenter - app/src/main/java/org/oppia/android/app/topic/questionplayer/QuestionPlayerActivityPresenter - app/src/main/java/org/oppia/android/app/walkthrough/end/WalkthroughFinalFragmentPresenter Fixes oppia#5404
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 16 MiB (old), 16 MiB (new), 32 bytes (Added) APK download size (estimated): 14 MiB (old), 14 MiB (new), 448 bytes (Added) Method count: 221791 (old), 221793 (new), 2 (Added) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6550 (old), 6550 (new), 0 (No change)
Lesson assets: 105 (old), 105 (new), 0 (No change) AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 15 MiB (old), 15 MiB (new), 36 bytes (Added) Configuration hdpiAPK file size: 59 KiB (old), 59 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 56 KiB (old), 56 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 53 KiB (old), 53 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 102 KiB (old), 102 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 67 KiB (old), 67 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 76 KiB (old), 76 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 79 KiB (old), 79 KiB (new), 0 bytes (No change) AlphaExpand to see flavor specificsUniversal APKAPK file size: 10 MiB (old), 10 MiB (new), 156 bytes (Added) APK download size (estimated): 9150 KiB (old), 9148 KiB (new), 2217 bytes (Removed) Method count: 99436 (old), 99439 (new), 3 (Added) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5504 (old), 5504 (new), 0 (No change)
Lesson assets: 105 (old), 105 (new), 0 (No change) AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 9 MiB (old), 9 MiB (new), 156 bytes (Added) Configuration hdpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 46 KiB (old), 46 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 90 KiB (old), 90 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 60 KiB (old), 60 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 69 KiB (old), 69 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 71 KiB (old), 71 KiB (new), 0 bytes (No change) BetaExpand to see flavor specificsUniversal APKAPK file size: 9 MiB (old), 9 MiB (new), 120 bytes (Added) APK download size (estimated): 9135 KiB (old), 9136 KiB (new), 253 bytes (Added) Method count: 99436 (old), 99439 (new), 3 (Added) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5504 (old), 5504 (new), 0 (No change)
Lesson assets: 105 (old), 105 (new), 0 (No change) AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 9 MiB (old), 9 MiB (new), 120 bytes (Added) Configuration hdpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 46 KiB (old), 46 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 90 KiB (old), 90 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 60 KiB (old), 60 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 69 KiB (old), 69 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 71 KiB (old), 71 KiB (new), 0 bytes (No change) GaExpand to see flavor specificsUniversal APKAPK file size: 9 MiB (old), 9 MiB (new), 60 bytes (Added) APK download size (estimated): 9136 KiB (old), 9135 KiB (new), 774 bytes (Removed) Method count: 99436 (old), 99439 (new), 3 (Added) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5504 (old), 5504 (new), 0 (No change)
Lesson assets: 105 (old), 105 (new), 0 (No change) AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 9 MiB (old), 9 MiB (new), 64 bytes (Added) Configuration hdpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 46 KiB (old), 46 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 90 KiB (old), 90 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 60 KiB (old), 60 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 69 KiB (old), 69 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 71 KiB (old), 71 KiB (new), 0 bytes (No change) |
1 similar comment
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 16 MiB (old), 16 MiB (new), 32 bytes (Added) APK download size (estimated): 14 MiB (old), 14 MiB (new), 448 bytes (Added) Method count: 221791 (old), 221793 (new), 2 (Added) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6550 (old), 6550 (new), 0 (No change)
Lesson assets: 105 (old), 105 (new), 0 (No change) AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 15 MiB (old), 15 MiB (new), 36 bytes (Added) Configuration hdpiAPK file size: 59 KiB (old), 59 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 56 KiB (old), 56 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 53 KiB (old), 53 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 102 KiB (old), 102 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 67 KiB (old), 67 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 76 KiB (old), 76 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 79 KiB (old), 79 KiB (new), 0 bytes (No change) AlphaExpand to see flavor specificsUniversal APKAPK file size: 10 MiB (old), 10 MiB (new), 156 bytes (Added) APK download size (estimated): 9150 KiB (old), 9148 KiB (new), 2217 bytes (Removed) Method count: 99436 (old), 99439 (new), 3 (Added) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5504 (old), 5504 (new), 0 (No change)
Lesson assets: 105 (old), 105 (new), 0 (No change) AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 9 MiB (old), 9 MiB (new), 156 bytes (Added) Configuration hdpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 46 KiB (old), 46 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 90 KiB (old), 90 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 60 KiB (old), 60 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 69 KiB (old), 69 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 71 KiB (old), 71 KiB (new), 0 bytes (No change) BetaExpand to see flavor specificsUniversal APKAPK file size: 9 MiB (old), 9 MiB (new), 120 bytes (Added) APK download size (estimated): 9135 KiB (old), 9136 KiB (new), 253 bytes (Added) Method count: 99436 (old), 99439 (new), 3 (Added) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5504 (old), 5504 (new), 0 (No change)
Lesson assets: 105 (old), 105 (new), 0 (No change) AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 9 MiB (old), 9 MiB (new), 120 bytes (Added) Configuration hdpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 46 KiB (old), 46 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 90 KiB (old), 90 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 60 KiB (old), 60 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 69 KiB (old), 69 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 71 KiB (old), 71 KiB (new), 0 bytes (No change) GaExpand to see flavor specificsUniversal APKAPK file size: 9 MiB (old), 9 MiB (new), 60 bytes (Added) APK download size (estimated): 9136 KiB (old), 9135 KiB (new), 774 bytes (Removed) Method count: 99436 (old), 99439 (new), 3 (Added) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5504 (old), 5504 (new), 0 (No change)
Lesson assets: 105 (old), 105 (new), 0 (No change) AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 9 MiB (old), 9 MiB (new), 64 bytes (Added) Configuration hdpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 46 KiB (old), 46 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 90 KiB (old), 90 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 60 KiB (old), 60 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 69 KiB (old), 69 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 71 KiB (old), 71 KiB (new), 0 bytes (No change) |
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 16 MiB (old), 16 MiB (new), 96 KiB (Removed) APK download size (estimated): 14 MiB (old), 14 MiB (new), 89 KiB (Removed) Method count: 226905 (old), 221793 (new), 5112 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6550 (old), 6550 (new), 0 (No change)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 16 MiB (old), 15 MiB (new), 96 KiB (Removed) Configuration hdpiAPK file size: 59 KiB (old), 59 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 56 KiB (old), 56 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 53 KiB (old), 53 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 102 KiB (old), 102 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 67 KiB (old), 67 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 76 KiB (old), 76 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 79 KiB (old), 79 KiB (new), 0 bytes (No change) AlphaExpand to see flavor specificsUniversal APKAPK file size: 10 MiB (old), 10 MiB (new), 37 KiB (Removed) APK download size (estimated): 9183 KiB (old), 9148 KiB (new), 35 KiB (Removed) Method count: 101341 (old), 99439 (new), 1902 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5504 (old), 5504 (new), 0 (No change)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 9 MiB (old), 9 MiB (new), 37 KiB (Removed) Configuration hdpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 46 KiB (old), 46 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 90 KiB (old), 90 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 60 KiB (old), 60 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 69 KiB (old), 69 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 71 KiB (old), 71 KiB (new), 0 bytes (No change) BetaExpand to see flavor specificsUniversal APKAPK file size: 10 MiB (old), 9 MiB (new), 37 KiB (Removed) APK download size (estimated): 9168 KiB (old), 9136 KiB (new), 31 KiB (Removed) Method count: 101341 (old), 99439 (new), 1902 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5504 (old), 5504 (new), 0 (No change)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 9 MiB (old), 9 MiB (new), 37 KiB (Removed) Configuration hdpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 46 KiB (old), 46 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 90 KiB (old), 90 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 60 KiB (old), 60 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 69 KiB (old), 69 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 71 KiB (old), 71 KiB (new), 0 bytes (No change) GaExpand to see flavor specificsUniversal APKAPK file size: 10 MiB (old), 9 MiB (new), 37 KiB (Removed) APK download size (estimated): 9168 KiB (old), 9135 KiB (new), 33 KiB (Removed) Method count: 101341 (old), 99439 (new), 1902 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5504 (old), 5504 (new), 0 (No change)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 9 MiB (old), 9 MiB (new), 37 KiB (Removed) Configuration hdpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 46 KiB (old), 46 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 90 KiB (old), 90 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 60 KiB (old), 60 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 69 KiB (old), 69 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 71 KiB (old), 71 KiB (new), 0 bytes (No change) |
1 similar comment
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 16 MiB (old), 16 MiB (new), 96 KiB (Removed) APK download size (estimated): 14 MiB (old), 14 MiB (new), 89 KiB (Removed) Method count: 226905 (old), 221793 (new), 5112 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6550 (old), 6550 (new), 0 (No change)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 16 MiB (old), 15 MiB (new), 96 KiB (Removed) Configuration hdpiAPK file size: 59 KiB (old), 59 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 56 KiB (old), 56 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 53 KiB (old), 53 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 102 KiB (old), 102 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 67 KiB (old), 67 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 76 KiB (old), 76 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 79 KiB (old), 79 KiB (new), 0 bytes (No change) AlphaExpand to see flavor specificsUniversal APKAPK file size: 10 MiB (old), 10 MiB (new), 37 KiB (Removed) APK download size (estimated): 9183 KiB (old), 9148 KiB (new), 35 KiB (Removed) Method count: 101341 (old), 99439 (new), 1902 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5504 (old), 5504 (new), 0 (No change)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 9 MiB (old), 9 MiB (new), 37 KiB (Removed) Configuration hdpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 46 KiB (old), 46 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 90 KiB (old), 90 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 60 KiB (old), 60 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 69 KiB (old), 69 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 71 KiB (old), 71 KiB (new), 0 bytes (No change) BetaExpand to see flavor specificsUniversal APKAPK file size: 10 MiB (old), 9 MiB (new), 37 KiB (Removed) APK download size (estimated): 9168 KiB (old), 9136 KiB (new), 31 KiB (Removed) Method count: 101341 (old), 99439 (new), 1902 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5504 (old), 5504 (new), 0 (No change)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 9 MiB (old), 9 MiB (new), 37 KiB (Removed) Configuration hdpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 46 KiB (old), 46 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 90 KiB (old), 90 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 60 KiB (old), 60 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 69 KiB (old), 69 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 71 KiB (old), 71 KiB (new), 0 bytes (No change) GaExpand to see flavor specificsUniversal APKAPK file size: 10 MiB (old), 9 MiB (new), 37 KiB (Removed) APK download size (estimated): 9168 KiB (old), 9135 KiB (new), 33 KiB (Removed) Method count: 101341 (old), 99439 (new), 1902 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5504 (old), 5504 (new), 0 (No change)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 9 MiB (old), 9 MiB (new), 37 KiB (Removed) Configuration hdpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 46 KiB (old), 46 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 90 KiB (old), 90 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 60 KiB (old), 60 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 69 KiB (old), 69 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 71 KiB (old), 71 KiB (new), 0 bytes (No change) |
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 16 MiB (old), 16 MiB (new), 103 KiB (Removed) APK download size (estimated): 14 MiB (old), 14 MiB (new), 96 KiB (Removed) Method count: 227007 (old), 221793 (new), 5214 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6550 (old), 6550 (new), 0 (No change)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 16 MiB (old), 15 MiB (new), 103 KiB (Removed) Configuration hdpiAPK file size: 59 KiB (old), 59 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 56 KiB (old), 56 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 53 KiB (old), 53 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 102 KiB (old), 102 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 67 KiB (old), 67 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 76 KiB (old), 76 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 79 KiB (old), 79 KiB (new), 0 bytes (No change) AlphaExpand to see flavor specificsUniversal APKAPK file size: 10 MiB (old), 10 MiB (new), 37 KiB (Removed) APK download size (estimated): 9184 KiB (old), 9148 KiB (new), 36 KiB (Removed) Method count: 101341 (old), 99439 (new), 1902 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5504 (old), 5504 (new), 0 (No change)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 9 MiB (old), 9 MiB (new), 37 KiB (Removed) Configuration hdpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 46 KiB (old), 46 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 90 KiB (old), 90 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 60 KiB (old), 60 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 69 KiB (old), 69 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 71 KiB (old), 71 KiB (new), 0 bytes (No change) BetaExpand to see flavor specificsUniversal APKAPK file size: 10 MiB (old), 9 MiB (new), 37 KiB (Removed) APK download size (estimated): 9169 KiB (old), 9136 KiB (new), 33 KiB (Removed) Method count: 101341 (old), 99439 (new), 1902 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5504 (old), 5504 (new), 0 (No change)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 9 MiB (old), 9 MiB (new), 37 KiB (Removed) Configuration hdpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 46 KiB (old), 46 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 90 KiB (old), 90 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 60 KiB (old), 60 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 69 KiB (old), 69 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 71 KiB (old), 71 KiB (new), 0 bytes (No change) GaExpand to see flavor specificsUniversal APKAPK file size: 10 MiB (old), 9 MiB (new), 37 KiB (Removed) APK download size (estimated): 9169 KiB (old), 9135 KiB (new), 33 KiB (Removed) Method count: 101341 (old), 99439 (new), 1902 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5504 (old), 5504 (new), 0 (No change)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 9 MiB (old), 9 MiB (new), 37 KiB (Removed) Configuration hdpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 46 KiB (old), 46 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 90 KiB (old), 90 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 60 KiB (old), 60 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 69 KiB (old), 69 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 71 KiB (old), 71 KiB (new), 0 bytes (No change) |
1 similar comment
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 16 MiB (old), 16 MiB (new), 103 KiB (Removed) APK download size (estimated): 14 MiB (old), 14 MiB (new), 96 KiB (Removed) Method count: 227007 (old), 221793 (new), 5214 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6550 (old), 6550 (new), 0 (No change)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 16 MiB (old), 15 MiB (new), 103 KiB (Removed) Configuration hdpiAPK file size: 59 KiB (old), 59 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 56 KiB (old), 56 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 53 KiB (old), 53 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 102 KiB (old), 102 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 67 KiB (old), 67 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 76 KiB (old), 76 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 79 KiB (old), 79 KiB (new), 0 bytes (No change) AlphaExpand to see flavor specificsUniversal APKAPK file size: 10 MiB (old), 10 MiB (new), 37 KiB (Removed) APK download size (estimated): 9184 KiB (old), 9148 KiB (new), 36 KiB (Removed) Method count: 101341 (old), 99439 (new), 1902 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5504 (old), 5504 (new), 0 (No change)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 9 MiB (old), 9 MiB (new), 37 KiB (Removed) Configuration hdpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 46 KiB (old), 46 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 90 KiB (old), 90 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 60 KiB (old), 60 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 69 KiB (old), 69 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 71 KiB (old), 71 KiB (new), 0 bytes (No change) BetaExpand to see flavor specificsUniversal APKAPK file size: 10 MiB (old), 9 MiB (new), 37 KiB (Removed) APK download size (estimated): 9169 KiB (old), 9136 KiB (new), 33 KiB (Removed) Method count: 101341 (old), 99439 (new), 1902 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5504 (old), 5504 (new), 0 (No change)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 9 MiB (old), 9 MiB (new), 37 KiB (Removed) Configuration hdpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 46 KiB (old), 46 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 90 KiB (old), 90 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 60 KiB (old), 60 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 69 KiB (old), 69 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 71 KiB (old), 71 KiB (new), 0 bytes (No change) GaExpand to see flavor specificsUniversal APKAPK file size: 10 MiB (old), 9 MiB (new), 37 KiB (Removed) APK download size (estimated): 9169 KiB (old), 9135 KiB (new), 33 KiB (Removed) Method count: 101341 (old), 99439 (new), 1902 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5504 (old), 5504 (new), 0 (No change)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 9 MiB (old), 9 MiB (new), 37 KiB (Removed) Configuration hdpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration ldpiAPK file size: 52 KiB (old), 52 KiB (new), 0 bytes (No change) Configuration mdpiAPK file size: 46 KiB (old), 46 KiB (new), 0 bytes (No change) Configuration tvdpiAPK file size: 90 KiB (old), 90 KiB (new), 0 bytes (No change) Configuration xhdpiAPK file size: 60 KiB (old), 60 KiB (new), 0 bytes (No change) Configuration xxhdpiAPK file size: 69 KiB (old), 69 KiB (new), 0 bytes (No change) Configuration xxxhdpiAPK file size: 71 KiB (old), 71 KiB (new), 0 bytes (No change) |
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 18 MiB (old), 16 MiB (new), 2897 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2867 KiB (Removed) Method count: 258351 (old), 221793 (new), 36558 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6757 (old), 6550 (new), 207 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 2952 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 49 KiB (old), 59 KiB (new), 9888 bytes (Added)
Configuration ldpiAPK file size: 48 KiB (old), 56 KiB (new), 8184 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 8256 bytes (Added)
Configuration tvdpiAPK file size: 85 KiB (old), 102 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 56 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 62 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1130 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1100 KiB (Removed) Method count: 114779 (old), 99439 (new), 15340 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5727 (old), 5504 (new), 223 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1186 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8296 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8440 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 16 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1128 KiB (Removed) APK download size (estimated): 9 MiB (old), 9136 KiB (new), 1097 KiB (Removed) Method count: 114785 (old), 99439 (new), 15346 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5727 (old), 5504 (new), 223 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1183 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8296 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8440 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 16 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1128 KiB (Removed) APK download size (estimated): 9 MiB (old), 9135 KiB (new), 1098 KiB (Removed) Method count: 114785 (old), 99439 (new), 15346 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5727 (old), 5504 (new), 223 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1183 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8296 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8440 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 16 KiB (Added)
|
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2922 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2890 KiB (Removed) Method count: 258445 (old), 221793 (new), 36652 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6775 (old), 6550 (new), 225 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 2977 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 49 KiB (old), 59 KiB (new), 9856 bytes (Added)
Configuration ldpiAPK file size: 48 KiB (old), 56 KiB (new), 8164 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 8240 bytes (Added)
Configuration tvdpiAPK file size: 85 KiB (old), 102 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 56 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 62 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1153 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1119 KiB (Removed) Method count: 114844 (old), 99439 (new), 15405 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1208 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1150 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1116 KiB (Removed) Method count: 114850 (old), 99439 (new), 15411 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1205 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1150 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1116 KiB (Removed) Method count: 114850 (old), 99439 (new), 15411 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1205 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
5 similar comments
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2922 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2890 KiB (Removed) Method count: 258445 (old), 221793 (new), 36652 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6775 (old), 6550 (new), 225 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 2977 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 49 KiB (old), 59 KiB (new), 9856 bytes (Added)
Configuration ldpiAPK file size: 48 KiB (old), 56 KiB (new), 8164 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 8240 bytes (Added)
Configuration tvdpiAPK file size: 85 KiB (old), 102 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 56 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 62 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1153 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1119 KiB (Removed) Method count: 114844 (old), 99439 (new), 15405 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1208 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1150 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1116 KiB (Removed) Method count: 114850 (old), 99439 (new), 15411 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1205 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1150 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1116 KiB (Removed) Method count: 114850 (old), 99439 (new), 15411 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1205 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2922 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2890 KiB (Removed) Method count: 258445 (old), 221793 (new), 36652 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6775 (old), 6550 (new), 225 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 2977 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 49 KiB (old), 59 KiB (new), 9856 bytes (Added)
Configuration ldpiAPK file size: 48 KiB (old), 56 KiB (new), 8164 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 8240 bytes (Added)
Configuration tvdpiAPK file size: 85 KiB (old), 102 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 56 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 62 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1153 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1119 KiB (Removed) Method count: 114844 (old), 99439 (new), 15405 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1208 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1150 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1116 KiB (Removed) Method count: 114850 (old), 99439 (new), 15411 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1205 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1150 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1116 KiB (Removed) Method count: 114850 (old), 99439 (new), 15411 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1205 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2922 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2890 KiB (Removed) Method count: 258445 (old), 221793 (new), 36652 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6775 (old), 6550 (new), 225 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 2977 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 49 KiB (old), 59 KiB (new), 9856 bytes (Added)
Configuration ldpiAPK file size: 48 KiB (old), 56 KiB (new), 8164 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 8240 bytes (Added)
Configuration tvdpiAPK file size: 85 KiB (old), 102 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 56 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 62 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1153 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1119 KiB (Removed) Method count: 114844 (old), 99439 (new), 15405 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1208 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1150 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1116 KiB (Removed) Method count: 114850 (old), 99439 (new), 15411 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1205 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1150 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1116 KiB (Removed) Method count: 114850 (old), 99439 (new), 15411 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1205 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2922 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2890 KiB (Removed) Method count: 258445 (old), 221793 (new), 36652 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6775 (old), 6550 (new), 225 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 2977 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 49 KiB (old), 59 KiB (new), 9856 bytes (Added)
Configuration ldpiAPK file size: 48 KiB (old), 56 KiB (new), 8164 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 8240 bytes (Added)
Configuration tvdpiAPK file size: 85 KiB (old), 102 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 56 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 62 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1153 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1119 KiB (Removed) Method count: 114844 (old), 99439 (new), 15405 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1208 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1150 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1116 KiB (Removed) Method count: 114850 (old), 99439 (new), 15411 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1205 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1150 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1116 KiB (Removed) Method count: 114850 (old), 99439 (new), 15411 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1205 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2922 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2890 KiB (Removed) Method count: 258445 (old), 221793 (new), 36652 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6775 (old), 6550 (new), 225 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 2977 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 49 KiB (old), 59 KiB (new), 9856 bytes (Added)
Configuration ldpiAPK file size: 48 KiB (old), 56 KiB (new), 8164 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 8240 bytes (Added)
Configuration tvdpiAPK file size: 85 KiB (old), 102 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 56 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 62 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1153 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1119 KiB (Removed) Method count: 114844 (old), 99439 (new), 15405 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1208 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1150 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1116 KiB (Removed) Method count: 114850 (old), 99439 (new), 15411 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1205 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1150 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1116 KiB (Removed) Method count: 114850 (old), 99439 (new), 15411 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1205 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2922 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2890 KiB (Removed) Method count: 258445 (old), 221793 (new), 36652 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6775 (old), 6550 (new), 225 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 2977 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 49 KiB (old), 59 KiB (new), 9856 bytes (Added)
Configuration ldpiAPK file size: 48 KiB (old), 56 KiB (new), 8164 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 8240 bytes (Added)
Configuration tvdpiAPK file size: 85 KiB (old), 102 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 56 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 62 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1153 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1119 KiB (Removed) Method count: 114844 (old), 99439 (new), 15405 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1208 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1150 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1116 KiB (Removed) Method count: 114850 (old), 99439 (new), 15411 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1205 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1150 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1116 KiB (Removed) Method count: 114850 (old), 99439 (new), 15411 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1205 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
1 similar comment
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2922 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2890 KiB (Removed) Method count: 258445 (old), 221793 (new), 36652 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6775 (old), 6550 (new), 225 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 2977 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 49 KiB (old), 59 KiB (new), 9856 bytes (Added)
Configuration ldpiAPK file size: 48 KiB (old), 56 KiB (new), 8164 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 8240 bytes (Added)
Configuration tvdpiAPK file size: 85 KiB (old), 102 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 56 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 62 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1153 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1119 KiB (Removed) Method count: 114844 (old), 99439 (new), 15405 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1208 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1150 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1116 KiB (Removed) Method count: 114850 (old), 99439 (new), 15411 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1205 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1150 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1116 KiB (Removed) Method count: 114850 (old), 99439 (new), 15411 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1205 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2931 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2899 KiB (Removed) Method count: 258691 (old), 221793 (new), 36898 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6775 (old), 6550 (new), 225 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 2986 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 49 KiB (old), 59 KiB (new), 9856 bytes (Added)
Configuration ldpiAPK file size: 48 KiB (old), 56 KiB (new), 8164 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 8240 bytes (Added)
Configuration tvdpiAPK file size: 85 KiB (old), 102 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 56 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 62 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1156 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1120 KiB (Removed) Method count: 114909 (old), 99439 (new), 15470 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1211 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1153 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1120 KiB (Removed) Method count: 114915 (old), 99439 (new), 15476 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1208 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1153 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1124 KiB (Removed) Method count: 114915 (old), 99439 (new), 15476 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1208 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2930 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2899 KiB (Removed) Method count: 258691 (old), 221793 (new), 36898 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6775 (old), 6550 (new), 225 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 2985 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 49 KiB (old), 59 KiB (new), 9856 bytes (Added)
Configuration ldpiAPK file size: 48 KiB (old), 56 KiB (new), 8164 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 8240 bytes (Added)
Configuration tvdpiAPK file size: 85 KiB (old), 102 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 56 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 62 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1156 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1121 KiB (Removed) Method count: 114909 (old), 99439 (new), 15470 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1211 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1153 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1120 KiB (Removed) Method count: 114915 (old), 99439 (new), 15476 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1208 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1153 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1124 KiB (Removed) Method count: 114915 (old), 99439 (new), 15476 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1208 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
1 similar comment
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2930 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2899 KiB (Removed) Method count: 258691 (old), 221793 (new), 36898 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6775 (old), 6550 (new), 225 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 2985 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 49 KiB (old), 59 KiB (new), 9856 bytes (Added)
Configuration ldpiAPK file size: 48 KiB (old), 56 KiB (new), 8164 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 8240 bytes (Added)
Configuration tvdpiAPK file size: 85 KiB (old), 102 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 56 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 62 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1156 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1121 KiB (Removed) Method count: 114909 (old), 99439 (new), 15470 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1211 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1153 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1120 KiB (Removed) Method count: 114915 (old), 99439 (new), 15476 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1208 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1153 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1124 KiB (Removed) Method count: 114915 (old), 99439 (new), 15476 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5745 (old), 5504 (new), 241 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1208 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9 KiB (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8276 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8428 bytes (Added)
Configuration tvdpiAPK file size: 72 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 49 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2939 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2904 KiB (Removed) Method count: 258712 (old), 221793 (new), 36919 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6788 (old), 6550 (new), 238 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 2994 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 50 KiB (old), 59 KiB (new), 9648 bytes (Added)
Configuration ldpiAPK file size: 49 KiB (old), 56 KiB (new), 7904 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 8032 bytes (Added)
Configuration tvdpiAPK file size: 86 KiB (old), 102 KiB (new), 16 KiB (Added)
Configuration xhdpiAPK file size: 57 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 63 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1162 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1123 KiB (Removed) Method count: 114931 (old), 99439 (new), 15492 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5758 (old), 5504 (new), 254 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1217 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9860 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8016 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8272 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1159 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1124 KiB (Removed) Method count: 114927 (old), 99439 (new), 15488 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5758 (old), 5504 (new), 254 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1214 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9860 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8016 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8272 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1159 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1125 KiB (Removed) Method count: 114927 (old), 99439 (new), 15488 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5758 (old), 5504 (new), 254 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1214 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9860 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8016 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8272 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
3 similar comments
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2939 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2904 KiB (Removed) Method count: 258712 (old), 221793 (new), 36919 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6788 (old), 6550 (new), 238 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 2994 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 50 KiB (old), 59 KiB (new), 9648 bytes (Added)
Configuration ldpiAPK file size: 49 KiB (old), 56 KiB (new), 7904 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 8032 bytes (Added)
Configuration tvdpiAPK file size: 86 KiB (old), 102 KiB (new), 16 KiB (Added)
Configuration xhdpiAPK file size: 57 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 63 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1162 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1123 KiB (Removed) Method count: 114931 (old), 99439 (new), 15492 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5758 (old), 5504 (new), 254 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1217 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9860 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8016 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8272 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1159 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1124 KiB (Removed) Method count: 114927 (old), 99439 (new), 15488 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5758 (old), 5504 (new), 254 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1214 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9860 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8016 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8272 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1159 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1125 KiB (Removed) Method count: 114927 (old), 99439 (new), 15488 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5758 (old), 5504 (new), 254 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1214 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9860 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8016 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8272 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2939 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2904 KiB (Removed) Method count: 258712 (old), 221793 (new), 36919 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6788 (old), 6550 (new), 238 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 2994 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 50 KiB (old), 59 KiB (new), 9648 bytes (Added)
Configuration ldpiAPK file size: 49 KiB (old), 56 KiB (new), 7904 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 8032 bytes (Added)
Configuration tvdpiAPK file size: 86 KiB (old), 102 KiB (new), 16 KiB (Added)
Configuration xhdpiAPK file size: 57 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 63 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1162 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1123 KiB (Removed) Method count: 114931 (old), 99439 (new), 15492 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5758 (old), 5504 (new), 254 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1217 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9860 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8016 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8272 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1159 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1124 KiB (Removed) Method count: 114927 (old), 99439 (new), 15488 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5758 (old), 5504 (new), 254 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1214 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9860 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8016 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8272 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1159 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1125 KiB (Removed) Method count: 114927 (old), 99439 (new), 15488 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5758 (old), 5504 (new), 254 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1214 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9860 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8016 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8272 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2939 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2904 KiB (Removed) Method count: 258712 (old), 221793 (new), 36919 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6788 (old), 6550 (new), 238 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 2994 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 50 KiB (old), 59 KiB (new), 9648 bytes (Added)
Configuration ldpiAPK file size: 49 KiB (old), 56 KiB (new), 7904 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 8032 bytes (Added)
Configuration tvdpiAPK file size: 86 KiB (old), 102 KiB (new), 16 KiB (Added)
Configuration xhdpiAPK file size: 57 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 63 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1162 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1123 KiB (Removed) Method count: 114931 (old), 99439 (new), 15492 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5758 (old), 5504 (new), 254 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1217 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9860 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8016 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8272 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1159 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1124 KiB (Removed) Method count: 114927 (old), 99439 (new), 15488 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5758 (old), 5504 (new), 254 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1214 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9860 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8016 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8272 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1159 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1125 KiB (Removed) Method count: 114927 (old), 99439 (new), 15488 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5758 (old), 5504 (new), 254 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1214 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9860 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8016 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8272 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2944 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2912 KiB (Removed) Method count: 258882 (old), 221793 (new), 37089 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6788 (old), 6550 (new), 238 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 2999 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 50 KiB (old), 59 KiB (new), 9648 bytes (Added)
Configuration ldpiAPK file size: 49 KiB (old), 56 KiB (new), 7904 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 8032 bytes (Added)
Configuration tvdpiAPK file size: 86 KiB (old), 102 KiB (new), 16 KiB (Added)
Configuration xhdpiAPK file size: 57 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 63 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1167 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1129 KiB (Removed) Method count: 115011 (old), 99439 (new), 15572 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5758 (old), 5504 (new), 254 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1222 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9860 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8016 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8272 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1165 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1126 KiB (Removed) Method count: 115007 (old), 99439 (new), 15568 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5758 (old), 5504 (new), 254 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1219 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9860 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8016 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8272 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1165 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1127 KiB (Removed) Method count: 115007 (old), 99439 (new), 15568 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5758 (old), 5504 (new), 254 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1219 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9860 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 8016 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8272 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
Hi @uphargaur, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue. |
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2964 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2925 KiB (Removed) Method count: 259155 (old), 221793 (new), 37362 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6806 (old), 6550 (new), 256 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 3018 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 50 KiB (old), 59 KiB (new), 9568 bytes (Added)
Configuration ldpiAPK file size: 49 KiB (old), 56 KiB (new), 7804 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 7952 bytes (Added)
Configuration tvdpiAPK file size: 86 KiB (old), 102 KiB (new), 16 KiB (Added)
Configuration xhdpiAPK file size: 57 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 63 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1218 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1178 KiB (Removed) Method count: 115689 (old), 99439 (new), 16250 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 11 MiB (old), 9 MiB (new), 1272 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1215 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1173 KiB (Removed) Method count: 115695 (old), 99439 (new), 16256 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1270 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1215 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1174 KiB (Removed) Method count: 115695 (old), 99439 (new), 16256 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1270 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2964 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2925 KiB (Removed) Method count: 259155 (old), 221793 (new), 37362 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6806 (old), 6550 (new), 256 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 3018 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 50 KiB (old), 59 KiB (new), 9568 bytes (Added)
Configuration ldpiAPK file size: 49 KiB (old), 56 KiB (new), 7804 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 7952 bytes (Added)
Configuration tvdpiAPK file size: 86 KiB (old), 102 KiB (new), 16 KiB (Added)
Configuration xhdpiAPK file size: 57 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 63 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1218 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1178 KiB (Removed) Method count: 115689 (old), 99439 (new), 16250 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 11 MiB (old), 9 MiB (new), 1272 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1215 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1173 KiB (Removed) Method count: 115695 (old), 99439 (new), 16256 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1270 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1215 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1174 KiB (Removed) Method count: 115695 (old), 99439 (new), 16256 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1270 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
6 similar comments
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2964 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2925 KiB (Removed) Method count: 259155 (old), 221793 (new), 37362 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6806 (old), 6550 (new), 256 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 3018 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 50 KiB (old), 59 KiB (new), 9568 bytes (Added)
Configuration ldpiAPK file size: 49 KiB (old), 56 KiB (new), 7804 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 7952 bytes (Added)
Configuration tvdpiAPK file size: 86 KiB (old), 102 KiB (new), 16 KiB (Added)
Configuration xhdpiAPK file size: 57 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 63 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1218 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1178 KiB (Removed) Method count: 115689 (old), 99439 (new), 16250 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 11 MiB (old), 9 MiB (new), 1272 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1215 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1173 KiB (Removed) Method count: 115695 (old), 99439 (new), 16256 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1270 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1215 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1174 KiB (Removed) Method count: 115695 (old), 99439 (new), 16256 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1270 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2964 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2925 KiB (Removed) Method count: 259155 (old), 221793 (new), 37362 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6806 (old), 6550 (new), 256 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 3018 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 50 KiB (old), 59 KiB (new), 9568 bytes (Added)
Configuration ldpiAPK file size: 49 KiB (old), 56 KiB (new), 7804 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 7952 bytes (Added)
Configuration tvdpiAPK file size: 86 KiB (old), 102 KiB (new), 16 KiB (Added)
Configuration xhdpiAPK file size: 57 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 63 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1218 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1178 KiB (Removed) Method count: 115689 (old), 99439 (new), 16250 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 11 MiB (old), 9 MiB (new), 1272 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1215 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1173 KiB (Removed) Method count: 115695 (old), 99439 (new), 16256 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1270 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1215 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1174 KiB (Removed) Method count: 115695 (old), 99439 (new), 16256 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1270 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2964 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2925 KiB (Removed) Method count: 259155 (old), 221793 (new), 37362 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6806 (old), 6550 (new), 256 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 3018 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 50 KiB (old), 59 KiB (new), 9568 bytes (Added)
Configuration ldpiAPK file size: 49 KiB (old), 56 KiB (new), 7804 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 7952 bytes (Added)
Configuration tvdpiAPK file size: 86 KiB (old), 102 KiB (new), 16 KiB (Added)
Configuration xhdpiAPK file size: 57 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 63 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1218 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1178 KiB (Removed) Method count: 115689 (old), 99439 (new), 16250 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 11 MiB (old), 9 MiB (new), 1272 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1215 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1173 KiB (Removed) Method count: 115695 (old), 99439 (new), 16256 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1270 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1215 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1174 KiB (Removed) Method count: 115695 (old), 99439 (new), 16256 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1270 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2964 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2925 KiB (Removed) Method count: 259155 (old), 221793 (new), 37362 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6806 (old), 6550 (new), 256 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 3018 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 50 KiB (old), 59 KiB (new), 9568 bytes (Added)
Configuration ldpiAPK file size: 49 KiB (old), 56 KiB (new), 7804 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 7952 bytes (Added)
Configuration tvdpiAPK file size: 86 KiB (old), 102 KiB (new), 16 KiB (Added)
Configuration xhdpiAPK file size: 57 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 63 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1218 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1178 KiB (Removed) Method count: 115689 (old), 99439 (new), 16250 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 11 MiB (old), 9 MiB (new), 1272 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1215 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1173 KiB (Removed) Method count: 115695 (old), 99439 (new), 16256 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1270 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1215 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1174 KiB (Removed) Method count: 115695 (old), 99439 (new), 16256 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1270 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2964 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2925 KiB (Removed) Method count: 259155 (old), 221793 (new), 37362 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6806 (old), 6550 (new), 256 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 3018 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 50 KiB (old), 59 KiB (new), 9568 bytes (Added)
Configuration ldpiAPK file size: 49 KiB (old), 56 KiB (new), 7804 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 7952 bytes (Added)
Configuration tvdpiAPK file size: 86 KiB (old), 102 KiB (new), 16 KiB (Added)
Configuration xhdpiAPK file size: 57 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 63 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1218 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1178 KiB (Removed) Method count: 115689 (old), 99439 (new), 16250 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 11 MiB (old), 9 MiB (new), 1272 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1215 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1173 KiB (Removed) Method count: 115695 (old), 99439 (new), 16256 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1270 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1215 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1174 KiB (Removed) Method count: 115695 (old), 99439 (new), 16256 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1270 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2964 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2925 KiB (Removed) Method count: 259155 (old), 221793 (new), 37362 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6806 (old), 6550 (new), 256 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 3018 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 50 KiB (old), 59 KiB (new), 9568 bytes (Added)
Configuration ldpiAPK file size: 49 KiB (old), 56 KiB (new), 7804 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 7952 bytes (Added)
Configuration tvdpiAPK file size: 86 KiB (old), 102 KiB (new), 16 KiB (Added)
Configuration xhdpiAPK file size: 57 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 63 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1218 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1178 KiB (Removed) Method count: 115689 (old), 99439 (new), 16250 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 11 MiB (old), 9 MiB (new), 1272 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1215 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1173 KiB (Removed) Method count: 115695 (old), 99439 (new), 16256 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1270 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1215 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1174 KiB (Removed) Method count: 115695 (old), 99439 (new), 16256 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5774 (old), 5504 (new), 270 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1270 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9800 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7916 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8212 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2966 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2927 KiB (Removed) Method count: 259140 (old), 221793 (new), 37347 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6808 (old), 6550 (new), 258 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 3020 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 50 KiB (old), 59 KiB (new), 9556 bytes (Added)
Configuration ldpiAPK file size: 49 KiB (old), 56 KiB (new), 7788 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 7936 bytes (Added)
Configuration tvdpiAPK file size: 86 KiB (old), 102 KiB (new), 16 KiB (Added)
Configuration xhdpiAPK file size: 57 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 63 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1220 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1180 KiB (Removed) Method count: 115714 (old), 99439 (new), 16275 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5776 (old), 5504 (new), 272 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 11 MiB (old), 9 MiB (new), 1275 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9788 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7900 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8196 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1217 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1176 KiB (Removed) Method count: 115720 (old), 99439 (new), 16281 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5776 (old), 5504 (new), 272 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1272 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9788 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7900 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8196 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1217 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1176 KiB (Removed) Method count: 115720 (old), 99439 (new), 16281 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5776 (old), 5504 (new), 272 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1272 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9788 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7900 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8196 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2966 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2926 KiB (Removed) Method count: 259140 (old), 221793 (new), 37347 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6808 (old), 6550 (new), 258 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 3020 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 50 KiB (old), 59 KiB (new), 9556 bytes (Added)
Configuration ldpiAPK file size: 49 KiB (old), 56 KiB (new), 7788 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 7936 bytes (Added)
Configuration tvdpiAPK file size: 86 KiB (old), 102 KiB (new), 16 KiB (Added)
Configuration xhdpiAPK file size: 57 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 63 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1220 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1180 KiB (Removed) Method count: 115714 (old), 99439 (new), 16275 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5776 (old), 5504 (new), 272 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 11 MiB (old), 9 MiB (new), 1275 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9788 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7900 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8196 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1217 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1176 KiB (Removed) Method count: 115720 (old), 99439 (new), 16281 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5776 (old), 5504 (new), 272 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1272 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9788 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7900 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8196 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1217 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1176 KiB (Removed) Method count: 115720 (old), 99439 (new), 16281 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5776 (old), 5504 (new), 272 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1272 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9788 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7900 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8196 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2967 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2928 KiB (Removed) Method count: 259183 (old), 221793 (new), 37390 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6808 (old), 6550 (new), 258 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 3022 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 50 KiB (old), 59 KiB (new), 9556 bytes (Added)
Configuration ldpiAPK file size: 49 KiB (old), 56 KiB (new), 7788 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 7936 bytes (Added)
Configuration tvdpiAPK file size: 86 KiB (old), 102 KiB (new), 16 KiB (Added)
Configuration xhdpiAPK file size: 57 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 63 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1222 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1185 KiB (Removed) Method count: 115727 (old), 99439 (new), 16288 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5776 (old), 5504 (new), 272 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 11 MiB (old), 9 MiB (new), 1276 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9788 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7900 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8196 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1219 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1179 KiB (Removed) Method count: 115733 (old), 99439 (new), 16294 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5776 (old), 5504 (new), 272 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1274 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9788 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7900 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8196 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1219 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1180 KiB (Removed) Method count: 115733 (old), 99439 (new), 16294 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5776 (old), 5504 (new), 272 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1274 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9788 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7900 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8196 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2967 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2928 KiB (Removed) Method count: 259177 (old), 221793 (new), 37384 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6808 (old), 6550 (new), 258 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 3022 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 50 KiB (old), 59 KiB (new), 9556 bytes (Added)
Configuration ldpiAPK file size: 49 KiB (old), 56 KiB (new), 7788 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 7936 bytes (Added)
Configuration tvdpiAPK file size: 86 KiB (old), 102 KiB (new), 16 KiB (Added)
Configuration xhdpiAPK file size: 57 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 63 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1221 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1183 KiB (Removed) Method count: 115723 (old), 99439 (new), 16284 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5776 (old), 5504 (new), 272 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 11 MiB (old), 9 MiB (new), 1276 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9788 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7900 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8196 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1219 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1177 KiB (Removed) Method count: 115729 (old), 99439 (new), 16290 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5776 (old), 5504 (new), 272 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1273 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9788 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7900 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8196 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1219 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1179 KiB (Removed) Method count: 115729 (old), 99439 (new), 16290 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5776 (old), 5504 (new), 272 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1273 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9788 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7900 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8196 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
1 similar comment
APK & AAB differences analysisNote that this is a summarized snapshot. See the CI artifacts for detailed differences. DevExpand to see flavor specificsUniversal APKAPK file size: 19 MiB (old), 16 MiB (new), 2967 KiB (Removed) APK download size (estimated): 17 MiB (old), 14 MiB (new), 2928 KiB (Removed) Method count: 259177 (old), 221793 (new), 37384 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 6808 (old), 6550 (new), 258 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 18 MiB (old), 15 MiB (new), 3022 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 50 KiB (old), 59 KiB (new), 9556 bytes (Added)
Configuration ldpiAPK file size: 49 KiB (old), 56 KiB (new), 7788 bytes (Added)
Configuration mdpiAPK file size: 45 KiB (old), 53 KiB (new), 7936 bytes (Added)
Configuration tvdpiAPK file size: 86 KiB (old), 102 KiB (new), 16 KiB (Added)
Configuration xhdpiAPK file size: 57 KiB (old), 67 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 63 KiB (old), 76 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 63 KiB (old), 79 KiB (new), 15 KiB (Added)
AlphaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 10 MiB (new), 1221 KiB (Removed) APK download size (estimated): 10 MiB (old), 9148 KiB (new), 1183 KiB (Removed) Method count: 115723 (old), 99439 (new), 16284 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5776 (old), 5504 (new), 272 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 11 MiB (old), 9 MiB (new), 1276 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9788 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7900 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8196 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
BetaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1219 KiB (Removed) APK download size (estimated): 10 MiB (old), 9136 KiB (new), 1177 KiB (Removed) Method count: 115729 (old), 99439 (new), 16290 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5776 (old), 5504 (new), 272 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1273 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9788 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7900 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8196 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
GaExpand to see flavor specificsUniversal APKAPK file size: 11 MiB (old), 9 MiB (new), 1219 KiB (Removed) APK download size (estimated): 10 MiB (old), 9135 KiB (new), 1179 KiB (Removed) Method count: 115729 (old), 99439 (new), 16290 (Removed) Features: 2 (old), 2 (new), 0 (No change) Permissions: 6 (old), 6 (new), 0 (No change) Resources: 5776 (old), 5504 (new), 272 (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed):
AAB differencesExpand to see AAB specificsSupported configurations:
Base APKAPK file size: 10 MiB (old), 9 MiB (new), 1273 KiB (Removed)
Lesson assets: 111 (old), 105 (new), 6 (Removed) Configuration hdpiAPK file size: 43 KiB (old), 52 KiB (new), 9788 bytes (Added)
Configuration ldpiAPK file size: 44 KiB (old), 52 KiB (new), 7900 bytes (Added)
Configuration mdpiAPK file size: 38 KiB (old), 46 KiB (new), 8196 bytes (Added)
Configuration tvdpiAPK file size: 73 KiB (old), 90 KiB (new), 17 KiB (Added)
Configuration xhdpiAPK file size: 50 KiB (old), 60 KiB (new), 10 KiB (Added)
Configuration xxhdpiAPK file size: 55 KiB (old), 69 KiB (new), 13 KiB (Added)
Configuration xxxhdpiAPK file size: 55 KiB (old), 71 KiB (new), 15 KiB (Added)
|
…ressed()
Activities and fragments corrected:
Fixes #5404
This PR migrates from the deprecated super.onBackPressed() method to onBackPressedDispatcher.onBackPressed(), ensuring compatibility with newer Android SDK versions. The following activities and fragments have been updated to use the new back pressed dispatcher:
The back navigation behavior was verified to work correctly with the toolbar back arrow, system back button, and tablet-specific behaviors.
Fixes #5404
Essential Checklist